accessibility-check

149 violations, involving 597 total nodes

Accessibility Checks

Base slider (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss346
HTML: <button class="jss346 jss338" tabindex="0" type="button"></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Base slider</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiSlider" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

22 rules passed, involving 282 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (1) 
Node #1
Target: .jss332
HTML: <div role="slider" class="jss332" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (29) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;styled.div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > div:nth-child(2) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiSlider</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>min</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">0</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: span:nth-child(1) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">0</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">0</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>max</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">100</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">100</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">100</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #22
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>value</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">10</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #24
Target: span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">10</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">10</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #26
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #27
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiSlider" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (6) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Base slider</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiSlider" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #6
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Base slider</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #5
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (72) 
Node #1
Target: .jss346
HTML: <button class="jss346 jss338" tabindex="0" type="button"></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">vertical</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">max</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">min</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #28
Target: tr:nth-child(5) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">step</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #29
Target: tr:nth-child(5) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #30
Target: tr:nth-child(5) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #31
Target: tr:nth-child(5) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #32
Target: tr:nth-child(5) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #33
Target: tr:nth-child(6) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">value</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #34
Target: tr:nth-child(6) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #35
Target: tr:nth-child(6) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #36
Target: tr:nth-child(6) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #37
Target: tr:nth-child(6) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #38
Target: tr:nth-child(7) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">thumb</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #39
Target: tr:nth-child(7) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #40
Target: tr:nth-child(7) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #41
Target: tr:nth-child(7) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #42
Target: tr:nth-child(7) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #43
Target: tr:nth-child(8) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #44
Target: tr:nth-child(8) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: any, value: number) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #45
Target: tr:nth-child(8) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #46
Target: tr:nth-child(8) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #47
Target: tr:nth-child(8) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #48
Target: tr:nth-child(9) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #49
Target: tr:nth-child(9) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: any) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #50
Target: tr:nth-child(9) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #51
Target: tr:nth-child(9) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #52
Target: tr:nth-child(9) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #53
Target: tr:nth-child(10) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #54
Target: tr:nth-child(10) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: any) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #55
Target: tr:nth-child(10) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #56
Target: tr:nth-child(10) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #57
Target: tr:nth-child(10) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #58
Target: tr:nth-child(11) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">Left</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #59
Target: tr:nth-child(11) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #60
Target: tr:nth-child(11) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #61
Target: tr:nth-child(11) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #62
Target: tr:nth-child(11) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #63
Target: tr:nth-child(12) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">Right</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #64
Target: tr:nth-child(12) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #65
Target: tr:nth-child(12) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #66
Target: tr:nth-child(12) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #67
Target: tr:nth-child(12) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #68
Target: tr:nth-child(13) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">tipRenderer</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #69
Target: tr:nth-child(13) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>({ value }: { value: number; }) =&gt; any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #70
Target: tr:nth-child(13) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #71
Target: tr:nth-child(13) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #72
Target: tr:nth-child(13) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss346
HTML: <button class="jss346 jss338" tabindex="0" type="button"></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

LinearProgress (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 151 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LinearProgress</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (146) 
Node #1
Target: svg:nth-child(1) > defs > symbol:nth-child(5)
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker-mute
Node #2
Target: svg:nth-child(1) > defs > symbol:nth-child(6)
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker
Node #3
Target: svg:nth-child(1) > defs > symbol:nth-child(7)
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pause
Node #4
Target: svg:nth-child(1) > defs > symbol:nth-child(8)
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-play
Node #5
Target: svg:nth-child(1) > defs > symbol:nth-child(9)
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-transcription
Node #6
Target: svg:nth-child(1) > defs > symbol:nth-child(10)
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-sms
Node #7
Target: svg:nth-child(1) > defs > symbol:nth-child(11)
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-read
Node #8
Target: svg:nth-child(1) > defs > symbol:nth-child(12)
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unread
Node #9
Target: svg:nth-child(1) > defs > symbol:nth-child(13)
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-blocked
Node #10
Target: svg:nth-child(1) > defs > symbol:nth-child(14)
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat_bubble
Node #11
Target: svg:nth-child(1) > defs > symbol:nth-child(15)
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-external_link
Node #12
Target: svg:nth-child(1) > defs > symbol:nth-child(16)
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-share
Node #13
Target: svg:nth-child(1) > defs > symbol:nth-child(17)
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_right
Node #14
Target: svg:nth-child(1) > defs > symbol:nth-child(18)
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dial
Node #15
Target: svg:nth-child(1) > defs > symbol:nth-child(19)
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dialer
Node #16
Target: svg:nth-child(1) > defs > symbol:nth-child(20)
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-deletenumber
Node #17
Target: svg:nth-child(1) > defs > symbol:nth-child(21)
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-send
Node #18
Target: svg:nth-child(1) > defs > symbol:nth-child(22)
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-emoji
Node #19
Target: svg:nth-child(1) > defs > symbol:nth-child(23)
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-voicemail
Node #20
Target: svg:nth-child(1) > defs > symbol:nth-child(24)
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-answer
Node #21
Target: svg:nth-child(1) > defs > symbol:nth-child(25)
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unpin
Node #22
Target: svg:nth-child(1) > defs > symbol:nth-child(26)
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-0
Node #23
Target: svg:nth-child(1) > defs > symbol:nth-child(27)
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-1
Node #24
Target: svg:nth-child(1) > defs > symbol:nth-child(28)
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-2
Node #25
Target: svg:nth-child(1) > defs > symbol:nth-child(29)
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-3
Node #26
Target: svg:nth-child(1) > defs > symbol:nth-child(30)
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-4
Node #27
Target: svg:nth-child(1) > defs > symbol:nth-child(31)
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-5
Node #28
Target: svg:nth-child(1) > defs > symbol:nth-child(32)
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-6
Node #29
Target: svg:nth-child(1) > defs > symbol:nth-child(33)
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-7
Node #30
Target: svg:nth-child(1) > defs > symbol:nth-child(34)
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-8
Node #31
Target: svg:nth-child(1) > defs > symbol:nth-child(35)
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-9
Node #32
Target: svg:nth-child(1) > defs > symbol:nth-child(36)
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hash
Node #33
Target: svg:nth-child(1) > defs > symbol:nth-child(37)
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-asterisk
Node #34
Target: svg:nth-child(1) > defs > symbol:nth-child(38)
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-history
Node #35
Target: svg:nth-child(1) > defs > symbol:nth-child(39)
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-stop-record
Node #36
Target: svg:nth-child(1) > defs > symbol:nth-child(40)
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bell
Node #37
Target: svg:nth-child(1) > defs > symbol:nth-child(41)
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-paste
Node #38
Target: svg:nth-child(1) > defs > symbol:nth-child(42)
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic-off
Node #39
Target: svg:nth-child(1) > defs > symbol:nth-child(43)
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard_border
Node #40
Target: svg:nth-child(1) > defs > symbol:nth-child(44)
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-reset-zoom
Node #41
Target: svg:nth-child(1) > defs > symbol:nth-child(45)
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new
Node #42
Target: svg:nth-child(1) > defs > symbol:nth-child(46)
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new_border
Node #43
Target: svg:nth-child(1) > defs > symbol:nth-child(47)
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file_border
Node #44
Target: svg:nth-child(1) > defs > symbol:nth-child(48)
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file
Node #45
Target: svg:nth-child(1) > defs > symbol:nth-child(49)
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new_border
Node #46
Target: svg:nth-child(1) > defs > symbol:nth-child(50)
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new
Node #47
Target: svg:nth-child(1) > defs > symbol:nth-child(51)
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new_border
Node #48
Target: svg:nth-child(1) > defs > symbol:nth-child(52)
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new
Node #49
Target: svg:nth-child(1) > defs > symbol:nth-child(53)
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-add
Node #50
Target: svg:nth-child(1) > defs > symbol:nth-child(54)
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-more
Node #51
Target: svg:nth-child(1) > defs > symbol:nth-child(55)
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hand-up
Node #52
Target: svg:nth-child(1) > defs > symbol:nth-child(56)
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hold
Node #53
Target: svg:nth-child(1) > defs > symbol:nth-child(57)
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-keypad
Node #54
Target: svg:nth-child(1) > defs > symbol:nth-child(58)
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-tear-off
Node #55
Target: svg:nth-child(1) > defs > symbol:nth-child(59)
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-minimize
Node #56
Target: svg:nth-child(1) > defs > symbol:nth-child(60)
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-record
Node #57
Target: svg:nth-child(1) > defs > symbol:nth-child(61)
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-0
Node #58
Target: svg:nth-child(1) > defs > symbol:nth-child(62)
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-1
Node #59
Target: svg:nth-child(1) > defs > symbol:nth-child(63)
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-2
Node #60
Target: svg:nth-child(1) > defs > symbol:nth-child(64)
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-3
Node #61
Target: svg:nth-child(1) > defs > symbol:nth-child(65)
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic
Node #62
Target: svg:nth-child(1) > defs > symbol:nth-child(66)
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-forward
Node #63
Target: svg:nth-child(1) > defs > symbol:nth-child(67)
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-previous
Node #64
Target: svg:nth-child(1) > defs > symbol:nth-child(68)
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-out
Node #65
Target: svg:nth-child(1) > defs > symbol:nth-child(69)
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-in
Node #66
Target: svg:nth-child(1) > defs > symbol:nth-child(70)
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-info
Node #67
Target: svg:nth-child(1) > defs > symbol:nth-child(71)
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-avatar
Node #68
Target: svg:nth-child(1) > defs > symbol:nth-child(72)
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pin
Node #69
Target: svg:nth-child(1) > defs > symbol:nth-child(73)
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-integration
Node #70
Target: svg:nth-child(1) > defs > symbol:nth-child(74)
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-repeat
Node #71
Target: svg:nth-child(1) > defs > symbol:nth-child(75)
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add-team
Node #72
Target: svg:nth-child(1) > defs > symbol:nth-child(76)
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-conference
Node #73
Target: svg:nth-child(1) > defs > symbol:nth-child(77)
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-code-snippet
Node #74
Target: svg:nth-child(1) > defs > symbol:nth-child(78)
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-webpage
Node #75
Target: svg:nth-child(1) > defs > symbol:nth-child(79)
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-location
Node #76
Target: svg:nth-child(1) > defs > symbol:nth-child(80)
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete_circle
Node #77
Target: svg:nth-child(1) > defs > symbol:nth-child(81)
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-draft
Node #78
Target: svg:nth-child(1) > defs > symbol:nth-child(82)
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-edit
Node #79
Target: svg:nth-child(1) > defs > symbol:nth-child(83)
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mention
Node #80
Target: svg:nth-child(1) > defs > symbol:nth-child(84)
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-quote
Node #81
Target: svg:nth-child(1) > defs > symbol:nth-child(85)
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-email
Node #82
Target: svg:nth-child(1) > defs > symbol:nth-child(86)
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-work
Node #83
Target: svg:nth-child(1) > defs > symbol:nth-child(87)
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard
Node #84
Target: svg:nth-child(1) > defs > symbol:nth-child(88)
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_up
Node #85
Target: svg:nth-child(1) > defs > symbol:nth-child(89)
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_down
Node #86
Target: svg:nth-child(1) > defs > symbol:nth-child(90)
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat
Node #87
Target: svg:nth-child(1) > defs > symbol:nth-child(91)
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-people
Node #88
Target: svg:nth-child(1) > defs > symbol:nth-child(92)
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-team
Node #89
Target: svg:nth-child(1) > defs > symbol:nth-child(93)
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-doc
Node #90
Target: svg:nth-child(1) > defs > symbol:nth-child(94)
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-excel
Node #91
Target: svg:nth-child(1) > defs > symbol:nth-child(95)
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pdf
Node #92
Target: svg:nth-child(1) > defs > symbol:nth-child(96)
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-ppt
Node #93
Target: svg:nth-child(1) > defs > symbol:nth-child(97)
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-file
Node #94
Target: svg:nth-child(1) > defs > symbol:nth-child(98)
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-music
Node #95
Target: svg:nth-child(1) > defs > symbol:nth-child(99)
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-video
Node #96
Target: svg:nth-child(1) > defs > symbol:nth-child(100)
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zip
Node #97
Target: svg:nth-child(1) > defs > symbol:nth-child(101)
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-preview
Node #98
Target: svg:nth-child(1) > defs > symbol:nth-child(102)
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-broken
Node #99
Target: svg:nth-child(1) > defs > symbol:nth-child(103)
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star
Node #100
Target: svg:nth-child(1) > defs > symbol:nth-child(104)
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star_border
Node #101
Target: svg:nth-child(1) > defs > symbol:nth-child(105)
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unlock
Node #102
Target: svg:nth-child(1) > defs > symbol:nth-child(106)
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-lock
Node #103
Target: svg:nth-child(1) > defs > symbol:nth-child(107)
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark
Node #104
Target: svg:nth-child(1) > defs > symbol:nth-child(108)
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark_border
Node #105
Target: svg:nth-child(1) > defs > symbol:nth-child(109)
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup
Node #106
Target: svg:nth-child(1) > defs > symbol:nth-child(110)
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup_border
Node #107
Target: svg:nth-child(1) > defs > symbol:nth-child(111)
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_vert
Node #108
Target: svg:nth-child(1) > defs > symbol:nth-child(112)
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_horiz
Node #109
Target: svg:nth-child(1) > defs > symbol:nth-child(113)
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete
Node #110
Target: svg:nth-child(1) > defs > symbol:nth-child(114)
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines
Node #111
Target: svg:nth-child(1) > defs > symbol:nth-child(115)
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines_border
Node #112
Target: svg:nth-child(1) > defs > symbol:nth-child(116)
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-comment
Node #113
Target: svg:nth-child(1) > defs > symbol:nth-child(117)
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings_border
Node #114
Target: svg:nth-child(1) > defs > symbol:nth-child(118)
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings
Node #115
Target: svg:nth-child(1) > defs > symbol:nth-child(119)
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-attachment
Node #116
Target: svg:nth-child(1) > defs > symbol:nth-child(120)
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-computer
Node #117
Target: svg:nth-child(1) > defs > symbol:nth-child(121)
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-download
Node #118
Target: svg:nth-child(1) > defs > symbol:nth-child(122)
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-refresh
Node #119
Target: svg:nth-child(1) > defs > symbol:nth-child(123)
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-close
Node #120
Target: svg:nth-child(1) > defs > symbol:nth-child(124)
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_less
Node #121
Target: svg:nth-child(1) > defs > symbol:nth-child(125)
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_more
Node #122
Target: svg:nth-child(1) > defs > symbol:nth-child(126)
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_left
Node #123
Target: svg:nth-child(1) > defs > symbol:nth-child(127)
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_right
Node #124
Target: svg:nth-child(1) > defs > symbol:nth-child(128)
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_right
Node #125
Target: svg:nth-child(1) > defs > symbol:nth-child(129)
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_left
Node #126
Target: svg:nth-child(1) > defs > symbol:nth-child(130)
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bulleted
Node #127
Target: svg:nth-child(1) > defs > symbol:nth-child(131)
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note
Node #128
Target: svg:nth-child(1) > defs > symbol:nth-child(132)
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event
Node #129
Target: svg:nth-child(1) > defs > symbol:nth-child(133)
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-copy
Node #130
Target: svg:nth-child(1) > defs > symbol:nth-child(134)
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-inbox
Node #131
Target: svg:nth-child(1) > defs > symbol:nth-child(135)
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone_border
Node #132
Target: svg:nth-child(1) > defs > symbol:nth-child(136)
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone
Node #133
Target: svg:nth-child(1) > defs > symbol:nth-child(137)
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-search
Node #134
Target: svg:nth-child(1) > defs > symbol:nth-child(138)
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-remove
Node #135
Target: svg:nth-child(1) > defs > symbol:nth-child(139)
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add
Node #136
Target: svg:nth-child(1) > defs > symbol:nth-child(140)
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-calendar
Node #137
Target: svg:nth-child(1) > defs > symbol:nth-child(141)
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-assignment
Node #138
Target: svg:nth-child(1) > defs > symbol:nth-child(142)
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts
Node #139
Target: svg:nth-child(1) > defs > symbol:nth-child(143)
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts_border
Node #140
Target: svg:nth-child(1) > defs > symbol:nth-child(144)
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task_incomplete
Node #141
Target: svg:nth-child(1) > defs > symbol:nth-child(145)
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task
Node #142
Target: svg:nth-child(1) > defs > symbol:nth-child(146)
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-evernote
Node #143
Target: svg:nth-child(1) > defs > symbol:nth-child(147)
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-google
Node #144
Target: svg:nth-child(1) > defs > symbol:nth-child(148)
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-onedrive
Node #145
Target: svg:nth-child(1) > defs > symbol:nth-child(149)
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dropbox
Node #146
Target: symbol:nth-child(150)
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-box

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

16 rules passed, involving 55 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (2) 
Node #1
Target: .jss495
HTML: <div class="jss494 jss495 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss505 jss507"></div><div class="jss504 jss505 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present
Node #2
Target: .jss496
HTML: <div class="jss494 jss496 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss506 jss507"></div><div class="jss504 jss506 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (2) 
Node #1
Target: .jss495
HTML: <div class="jss494 jss495 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss505 jss507"></div><div class="jss504 jss505 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present
Node #2
Target: .jss496
HTML: <div class="jss494 jss496 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss506 jss507"></div><div class="jss504 jss506 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (2) 
Node #1
Target: .jss495
HTML: <div class="jss494 jss495 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss505 jss507"></div><div class="jss504 jss505 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present
Node #2
Target: .jss496
HTML: <div class="jss494 jss496 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss506 jss507"></div><div class="jss504 jss506 jss510"></div></div>
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (2) 
Node #1
Target: .jss495
HTML: <div class="jss494 jss495 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss505 jss507"></div><div class="jss504 jss505 jss510"></div></div>
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used
Node #2
Target: .jss496
HTML: <div class="jss494 jss496 jss498 sc-ifAKCX cFlEyZ" role="progressbar"><div class="jss504 jss506 jss507"></div><div class="jss504 jss506 jss510"></div></div>
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (19) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: div:nth-child(2) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiLinearProgress</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #6
Target: div:nth-child(2) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #7
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;br</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #8
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #9
Target: div:nth-child(4) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiLinearProgress</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #10
Target: div:nth-child(4) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #11
Target: span > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #12
Target: span > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #14
Target: div:nth-child(4) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: div:nth-child(5) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #16
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #17
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #18
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #19
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (11) 
Node #1
Target: #icon-incall
HTML: <symbol id="icon-incall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-missedcall
HTML: <symbol id="icon-missedcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-outcall
HTML: <symbol id="icon-outcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-forwardcall
HTML: <symbol id="icon-forwardcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LinearProgress</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LinearProgress</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Link</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .sc-iAyFgw
HTML: <span color="primary" class="sc-iAyFgw gcktZT">Button</span>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 3.93 (foreground color: #0684db, background color: #ffffff, font size: 12.0pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

14 rules passed, involving 239 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (42) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Link</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #16
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #18
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #19
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #20
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #22
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #23
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #24
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #25
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #26
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #27
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #32
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: tr:nth-child(3) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">Component</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(4) > td:nth-child(4) > span
HTML: <span>a</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div style="text-align: center;"> <div><a color="primary"><span color="primary" class="sc-iAyFgw gcktZT">Button</span></a></div></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Link</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Link</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Link</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Link</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (26) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>medium</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>primary</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">Component</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>a</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Link</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

LozengeButton (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 5 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LozengeButton</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiLozengeButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

14 rules passed, involving 221 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: .undefined
HTML: <button class="undefined lozengeButtonWithArrow sc-cSHVUG bSFwwg"><span> 2 New Messages </span><span direction="down" class="sc-jzJRlG cwCmPy"></span></button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (32) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: .undefined > span:nth-child(1)
HTML: <span> 2 New Messages </span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 6.19
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #8
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #10
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #11
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiLozengeButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(3) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">2 New Messages</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiLozengeButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #16
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #18
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #19
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiLozengeButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #22
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #23
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #24
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #25
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">loading</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #26
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #27
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">arrowDirection</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #32
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>down</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div style="text-align: center;"> <button class="undefined lozengeButtonWithArrow sc-cSHVUG bSFwwg"><span> 2 New Messages </span><span direction="down" class="sc-jzJRlG cwCmPy"></span></button></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LozengeButton</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiLozengeButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">LozengeButton</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (17) 
Node #1
Target: .undefined
HTML: <button class="undefined lozengeButtonWithArrow sc-cSHVUG bSFwwg"><span> 2 New Messages </span><span direction="down" class="sc-jzJRlG cwCmPy"></span></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">loading</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">arrowDirection</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>down</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

Name (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Name</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .jss4
HTML: <div class="jss4 jss5 sc-bwzfXH hbYybq" color="lake">SH</div>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.5 (foreground color: #fafafa, background color: #69a3eb, font size: 12.0pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 2618 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1125) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiAvatar</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #8
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #9
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">lake</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #10
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">lake</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #11
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">lake</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #12
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">SH</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiAvatar&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #16
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #17
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #18
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #19
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #22
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #23
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #24
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>Size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #25
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #26
Target: td:nth-child(4) > span
HTML: <span>md</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #27
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">presence</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #32
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>Element</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">alt</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(5) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">childrenClassName</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(5) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(5) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(5) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(6) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">component</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(6) > td:nth-child(2) > span
HTML: <span>ElementType&lt;AvatarProps&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(6) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(6) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(7) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">imgProps</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(7) > td:nth-child(2) > span
HTML: <span>HtmlHTMLAttributes&lt;HTMLImageElement&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(7) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(7) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: tr:nth-child(8) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">sizes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: tr:nth-child(8) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #53
Target: tr:nth-child(8) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #54
Target: tr:nth-child(8) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #55
Target: tr:nth-child(9) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">src</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #56
Target: tr:nth-child(9) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #57
Target: tr:nth-child(9) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #58
Target: tr:nth-child(9) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #59
Target: tr:nth-child(10) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">srcSet</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #60
Target: tr:nth-child(10) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #61
Target: tr:nth-child(10) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #62
Target: tr:nth-child(10) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #63
Target: tr:nth-child(11) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultChecked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #64
Target: tr:nth-child(11) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #65
Target: tr:nth-child(11) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #66
Target: tr:nth-child(11) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #67
Target: tr:nth-child(12) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultValue</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #68
Target: tr:nth-child(12) > td:nth-child(2) > span
HTML: <span>string | string[]</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #69
Target: tr:nth-child(12) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #70
Target: tr:nth-child(12) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #71
Target: tr:nth-child(13) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressContentEditableWarning</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #72
Target: tr:nth-child(13) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #73
Target: tr:nth-child(13) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #74
Target: tr:nth-child(13) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #75
Target: tr:nth-child(14) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressHydrationWarning</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #76
Target: tr:nth-child(14) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #77
Target: tr:nth-child(14) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #78
Target: tr:nth-child(14) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #79
Target: tr:nth-child(15) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">accessKey</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #80
Target: tr:nth-child(15) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #81
Target: tr:nth-child(15) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #82
Target: tr:nth-child(15) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #83
Target: tr:nth-child(16) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">className</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #84
Target: tr:nth-child(16) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #85
Target: tr:nth-child(16) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #86
Target: tr:nth-child(16) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #87
Target: tr:nth-child(17) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contentEditable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #88
Target: tr:nth-child(17) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #89
Target: tr:nth-child(17) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #90
Target: tr:nth-child(17) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #91
Target: tr:nth-child(18) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contextMenu</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #92
Target: tr:nth-child(18) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #93
Target: tr:nth-child(18) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #94
Target: tr:nth-child(18) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #95
Target: tr:nth-child(19) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dir</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #96
Target: tr:nth-child(19) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #97
Target: tr:nth-child(19) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #98
Target: tr:nth-child(19) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #99
Target: tr:nth-child(20) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">draggable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #100
Target: tr:nth-child(20) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #101
Target: tr:nth-child(20) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #102
Target: tr:nth-child(20) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #103
Target: tr:nth-child(21) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">hidden</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #104
Target: tr:nth-child(21) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #105
Target: tr:nth-child(21) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #106
Target: tr:nth-child(21) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #107
Target: tr:nth-child(22) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">id</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #108
Target: tr:nth-child(22) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #109
Target: tr:nth-child(22) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #110
Target: tr:nth-child(22) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #111
Target: tr:nth-child(23) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">lang</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #112
Target: tr:nth-child(23) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #113
Target: tr:nth-child(23) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #114
Target: tr:nth-child(23) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #115
Target: tr:nth-child(24) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">placeholder</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #116
Target: tr:nth-child(24) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #117
Target: tr:nth-child(24) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #118
Target: tr:nth-child(24) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #119
Target: tr:nth-child(25) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">slot</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #120
Target: tr:nth-child(25) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #121
Target: tr:nth-child(25) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #122
Target: tr:nth-child(25) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #123
Target: tr:nth-child(26) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">spellCheck</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #124
Target: tr:nth-child(26) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #125
Target: tr:nth-child(26) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #126
Target: tr:nth-child(26) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #127
Target: tr:nth-child(27) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">style</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #128
Target: tr:nth-child(27) > td:nth-child(2) > span
HTML: <span>CSSProperties</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #129
Target: tr:nth-child(27) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #130
Target: tr:nth-child(27) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #131
Target: tr:nth-child(28) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">tabIndex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #132
Target: tr:nth-child(28) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #133
Target: tr:nth-child(28) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #134
Target: tr:nth-child(28) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #135
Target: tr:nth-child(29) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">title</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #136
Target: tr:nth-child(29) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #137
Target: tr:nth-child(29) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #138
Target: tr:nth-child(29) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #139
Target: tr:nth-child(30) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inputMode</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #140
Target: tr:nth-child(30) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #141
Target: tr:nth-child(30) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #142
Target: tr:nth-child(30) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #143
Target: tr:nth-child(31) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">is</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #144
Target: tr:nth-child(31) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #145
Target: tr:nth-child(31) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #146
Target: tr:nth-child(31) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #147
Target: tr:nth-child(32) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">radioGroup</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #148
Target: tr:nth-child(32) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #149
Target: tr:nth-child(32) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #150
Target: tr:nth-child(32) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #151
Target: tr:nth-child(33) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">role</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #152
Target: tr:nth-child(33) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #153
Target: tr:nth-child(33) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #154
Target: tr:nth-child(33) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #155
Target: tr:nth-child(34) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">about</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #156
Target: tr:nth-child(34) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #157
Target: tr:nth-child(34) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #158
Target: tr:nth-child(34) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #159
Target: tr:nth-child(35) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">datatype</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #160
Target: tr:nth-child(35) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #161
Target: tr:nth-child(35) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #162
Target: tr:nth-child(35) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #163
Target: tr:nth-child(36) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inlist</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #164
Target: tr:nth-child(36) > td:nth-child(2) > span
HTML: <span>any</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #165
Target: tr:nth-child(36) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #166
Target: tr:nth-child(36) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #167
Target: tr:nth-child(37) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">prefix</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #168
Target: tr:nth-child(37) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #169
Target: tr:nth-child(37) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #170
Target: tr:nth-child(37) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #171
Target: tr:nth-child(38) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">property</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #172
Target: tr:nth-child(38) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #173
Target: tr:nth-child(38) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #174
Target: tr:nth-child(38) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #175
Target: tr:nth-child(39) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">resource</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #176
Target: tr:nth-child(39) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #177
Target: tr:nth-child(39) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #178
Target: tr:nth-child(39) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #179
Target: tr:nth-child(40) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">typeof</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #180
Target: tr:nth-child(40) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #181
Target: tr:nth-child(40) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #182
Target: tr:nth-child(40) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #183
Target: tr:nth-child(41) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">vocab</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #184
Target: tr:nth-child(41) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #185
Target: tr:nth-child(41) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #186
Target: tr:nth-child(41) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #187
Target: tr:nth-child(42) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCapitalize</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #188
Target: tr:nth-child(42) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #189
Target: tr:nth-child(42) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #190
Target: tr:nth-child(42) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #191
Target: tr:nth-child(43) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCorrect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #192
Target: tr:nth-child(43) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #193
Target: tr:nth-child(43) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #194
Target: tr:nth-child(43) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #195
Target: tr:nth-child(44) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoSave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #196
Target: tr:nth-child(44) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #197
Target: tr:nth-child(44) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #198
Target: tr:nth-child(44) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #199
Target: tr:nth-child(45) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemProp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #200
Target: tr:nth-child(45) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #201
Target: tr:nth-child(45) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #202
Target: tr:nth-child(45) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #203
Target: tr:nth-child(46) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemScope</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #204
Target: tr:nth-child(46) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #205
Target: tr:nth-child(46) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #206
Target: tr:nth-child(46) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #207
Target: tr:nth-child(47) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemType</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #208
Target: tr:nth-child(47) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #209
Target: tr:nth-child(47) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #210
Target: tr:nth-child(47) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #211
Target: tr:nth-child(48) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemID</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #212
Target: tr:nth-child(48) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #213
Target: tr:nth-child(48) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #214
Target: tr:nth-child(48) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #215
Target: tr:nth-child(49) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemRef</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #216
Target: tr:nth-child(49) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #217
Target: tr:nth-child(49) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #218
Target: tr:nth-child(49) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #219
Target: tr:nth-child(50) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">results</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #220
Target: tr:nth-child(50) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #221
Target: tr:nth-child(50) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #222
Target: tr:nth-child(50) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #223
Target: tr:nth-child(51) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">security</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #224
Target: tr:nth-child(51) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #225
Target: tr:nth-child(51) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #226
Target: tr:nth-child(51) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #227
Target: tr:nth-child(52) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">unselectable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #228
Target: tr:nth-child(52) > td:nth-child(2) > span
HTML: <span>"on" | "off"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #229
Target: tr:nth-child(52) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #230
Target: tr:nth-child(52) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #231
Target: tr:nth-child(53) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-activedescendant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #232
Target: tr:nth-child(53) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #233
Target: tr:nth-child(53) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #234
Target: tr:nth-child(53) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #235
Target: tr:nth-child(53) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #236
Target: tr:nth-child(54) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-atomic</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #237
Target: tr:nth-child(54) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #238
Target: tr:nth-child(54) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #239
Target: tr:nth-child(54) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #240
Target: tr:nth-child(54) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #241
Target: tr:nth-child(55) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-autocomplete</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #242
Target: tr:nth-child(55) > td:nth-child(2) > span
HTML: <span>"none" | "inline" | "list" | "both"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #243
Target: tr:nth-child(55) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #244
Target: tr:nth-child(55) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #245
Target: tr:nth-child(55) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #246
Target: tr:nth-child(56) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-busy</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #247
Target: tr:nth-child(56) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #248
Target: tr:nth-child(56) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #249
Target: tr:nth-child(56) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #250
Target: tr:nth-child(56) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #251
Target: tr:nth-child(57) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-checked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #252
Target: tr:nth-child(57) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "mixed"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #253
Target: tr:nth-child(57) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #254
Target: tr:nth-child(57) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #255
Target: tr:nth-child(57) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #256
Target: tr:nth-child(58) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colcount</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #257
Target: tr:nth-child(58) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #258
Target: tr:nth-child(58) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #259
Target: tr:nth-child(58) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #260
Target: tr:nth-child(58) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the total number of columns in a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #261
Target: tr:nth-child(59) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colindex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #262
Target: tr:nth-child(59) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #263
Target: tr:nth-child(59) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #264
Target: tr:nth-child(59) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #265
Target: tr:nth-child(59) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #266
Target: tr:nth-child(60) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colspan</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #267
Target: tr:nth-child(60) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #268
Target: tr:nth-child(60) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #269
Target: tr:nth-child(60) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #270
Target: tr:nth-child(60) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #271
Target: tr:nth-child(61) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-controls</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #272
Target: tr:nth-child(61) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #273
Target: tr:nth-child(61) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #274
Target: tr:nth-child(61) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #275
Target: tr:nth-child(61) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) whose contents or presence are controlled by the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #276
Target: tr:nth-child(62) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-current</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #277
Target: tr:nth-child(62) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #278
Target: tr:nth-child(62) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #279
Target: tr:nth-child(62) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #280
Target: tr:nth-child(62) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the element that represents the current item within a container or set of related elements.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #281
Target: tr:nth-child(63) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-describedby</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #282
Target: tr:nth-child(63) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #283
Target: tr:nth-child(63) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #284
Target: tr:nth-child(63) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #285
Target: tr:nth-child(63) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) that describes the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #286
Target: tr:nth-child(64) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-details</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #287
Target: tr:nth-child(64) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #288
Target: tr:nth-child(64) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #289
Target: tr:nth-child(64) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #290
Target: tr:nth-child(64) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element that provides a detailed, extended description for the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #291
Target: tr:nth-child(65) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #292
Target: tr:nth-child(65) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #293
Target: tr:nth-child(65) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #294
Target: tr:nth-child(65) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #295
Target: tr:nth-child(65) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #296
Target: tr:nth-child(66) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-dropeffect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #297
Target: tr:nth-child(66) > td:nth-child(2) > span
HTML: <span>"none" | "copy" | "execute" | "link" | "move" | "popup"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #298
Target: tr:nth-child(66) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #299
Target: tr:nth-child(66) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #300
Target: tr:nth-child(66) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates what functions can be performed when a dragged object is released on the drop target.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #301
Target: tr:nth-child(67) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-errormessage</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #302
Target: tr:nth-child(67) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #303
Target: tr:nth-child(67) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #304
Target: tr:nth-child(67) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #305
Target: tr:nth-child(67) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element that provides an error message for the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #306
Target: tr:nth-child(68) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-expanded</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #307
Target: tr:nth-child(68) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #308
Target: tr:nth-child(68) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #309
Target: tr:nth-child(68) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #310
Target: tr:nth-child(68) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #311
Target: tr:nth-child(69) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-flowto</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #312
Target: tr:nth-child(69) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #313
Target: tr:nth-child(69) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #314
Target: tr:nth-child(69) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #315
Target: tr:nth-child(69) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #316
Target: tr:nth-child(69) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> allows assistive technology to override the general default of reading in document source order.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #317
Target: tr:nth-child(70) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-grabbed</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #318
Target: tr:nth-child(70) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #319
Target: tr:nth-child(70) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #320
Target: tr:nth-child(70) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #321
Target: tr:nth-child(70) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates an element's "grabbed" state in a drag-and-drop operation.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #322
Target: tr:nth-child(71) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-haspopup</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #323
Target: tr:nth-child(71) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #324
Target: tr:nth-child(71) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #325
Target: tr:nth-child(71) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #326
Target: tr:nth-child(71) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #327
Target: tr:nth-child(72) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-hidden</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #328
Target: tr:nth-child(72) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #329
Target: tr:nth-child(72) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #330
Target: tr:nth-child(72) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #331
Target: tr:nth-child(72) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates whether the element is exposed to an accessibility API.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #332
Target: tr:nth-child(73) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-invalid</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #333
Target: tr:nth-child(73) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "grammar" | "spelling"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #334
Target: tr:nth-child(73) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #335
Target: tr:nth-child(73) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #336
Target: tr:nth-child(73) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the entered value does not conform to the format expected by the application.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #337
Target: tr:nth-child(74) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-keyshortcuts</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #338
Target: tr:nth-child(74) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #339
Target: tr:nth-child(74) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #340
Target: tr:nth-child(74) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #341
Target: tr:nth-child(74) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #342
Target: tr:nth-child(75) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-label</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #343
Target: tr:nth-child(75) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #344
Target: tr:nth-child(75) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #345
Target: tr:nth-child(75) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #346
Target: tr:nth-child(75) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines a string value that labels the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #347
Target: tr:nth-child(76) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-labelledby</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #348
Target: tr:nth-child(76) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #349
Target: tr:nth-child(76) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #350
Target: tr:nth-child(76) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #351
Target: tr:nth-child(76) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) that labels the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #352
Target: tr:nth-child(77) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-level</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #353
Target: tr:nth-child(77) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #354
Target: tr:nth-child(77) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #355
Target: tr:nth-child(77) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #356
Target: tr:nth-child(77) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the hierarchical level of an element within a structure.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #357
Target: tr:nth-child(78) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-live</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #358
Target: tr:nth-child(78) > td:nth-child(2) > span
HTML: <span>"off" | "assertive" | "polite"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #359
Target: tr:nth-child(78) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #360
Target: tr:nth-child(78) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #361
Target: tr:nth-child(78) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #362
Target: tr:nth-child(79) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-modal</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #363
Target: tr:nth-child(79) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #364
Target: tr:nth-child(79) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #365
Target: tr:nth-child(79) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #366
Target: tr:nth-child(79) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether an element is modal when displayed.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #367
Target: tr:nth-child(80) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiline</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #368
Target: tr:nth-child(80) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #369
Target: tr:nth-child(80) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #370
Target: tr:nth-child(80) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #371
Target: tr:nth-child(80) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether a text box accepts multiple lines of input or only a single line.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #372
Target: tr:nth-child(81) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiselectable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #373
Target: tr:nth-child(81) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #374
Target: tr:nth-child(81) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #375
Target: tr:nth-child(81) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #376
Target: tr:nth-child(81) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that the user may select more than one item from the current selectable descendants.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #377
Target: tr:nth-child(82) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-orientation</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #378
Target: tr:nth-child(82) > td:nth-child(2) > span
HTML: <span>"horizontal" | "vertical"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #379
Target: tr:nth-child(82) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #380
Target: tr:nth-child(82) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #381
Target: tr:nth-child(82) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #382
Target: tr:nth-child(83) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-owns</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #383
Target: tr:nth-child(83) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #384
Target: tr:nth-child(83) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #385
Target: tr:nth-child(83) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #386
Target: tr:nth-child(83) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #387
Target: tr:nth-child(83) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> between DOM elements where the DOM hierarchy cannot be used to represent the relationship.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #388
Target: tr:nth-child(84) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-placeholder</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #389
Target: tr:nth-child(84) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #390
Target: tr:nth-child(84) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #391
Target: tr:nth-child(84) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #392
Target: tr:nth-child(84) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #393
Target: tr:nth-child(84) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> A hint could be a sample value or a brief description of the expected format.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #394
Target: tr:nth-child(85) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-posinset</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #395
Target: tr:nth-child(85) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #396
Target: tr:nth-child(85) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #397
Target: tr:nth-child(85) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #398
Target: tr:nth-child(85) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #399
Target: tr:nth-child(86) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-pressed</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #400
Target: tr:nth-child(86) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "mixed"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #401
Target: tr:nth-child(86) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #402
Target: tr:nth-child(86) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #403
Target: tr:nth-child(86) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "pressed" state of toggle buttons.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #404
Target: tr:nth-child(87) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-readonly</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #405
Target: tr:nth-child(87) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #406
Target: tr:nth-child(87) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #407
Target: tr:nth-child(87) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #408
Target: tr:nth-child(87) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates that the element is not editable, but is otherwise operable.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #409
Target: tr:nth-child(88) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-relevant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #410
Target: tr:nth-child(88) > td:nth-child(2) > span
HTML: <span>"additions" | "additions text" | "all" | "removals" | "text"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #411
Target: tr:nth-child(88) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #412
Target: tr:nth-child(88) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #413
Target: tr:nth-child(88) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #414
Target: tr:nth-child(89) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-required</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #415
Target: tr:nth-child(89) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #416
Target: tr:nth-child(89) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #417
Target: tr:nth-child(89) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #418
Target: tr:nth-child(89) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that user input is required on the element before a form may be submitted.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #419
Target: tr:nth-child(90) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-roledescription</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #420
Target: tr:nth-child(90) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #421
Target: tr:nth-child(90) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #422
Target: tr:nth-child(90) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #423
Target: tr:nth-child(90) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines a human-readable, author-localized description for the role of an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #424
Target: tr:nth-child(91) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowcount</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #425
Target: tr:nth-child(91) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #426
Target: tr:nth-child(91) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #427
Target: tr:nth-child(91) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #428
Target: tr:nth-child(91) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the total number of rows in a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #429
Target: tr:nth-child(92) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowindex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #430
Target: tr:nth-child(92) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #431
Target: tr:nth-child(92) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #432
Target: tr:nth-child(92) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #433
Target: tr:nth-child(92) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #434
Target: tr:nth-child(93) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowspan</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #435
Target: tr:nth-child(93) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #436
Target: tr:nth-child(93) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #437
Target: tr:nth-child(93) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #438
Target: tr:nth-child(93) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #439
Target: tr:nth-child(94) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-selected</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #440
Target: tr:nth-child(94) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #441
Target: tr:nth-child(94) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #442
Target: tr:nth-child(94) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #443
Target: tr:nth-child(94) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "selected" state of various widgets.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #444
Target: tr:nth-child(95) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-setsize</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #445
Target: tr:nth-child(95) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #446
Target: tr:nth-child(95) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #447
Target: tr:nth-child(95) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #448
Target: tr:nth-child(95) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #449
Target: tr:nth-child(96) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-sort</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #450
Target: tr:nth-child(96) > td:nth-child(2) > span
HTML: <span>"none" | "ascending" | "descending" | "other"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #451
Target: tr:nth-child(96) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #452
Target: tr:nth-child(96) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #453
Target: tr:nth-child(96) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates if items in a table or grid are sorted in ascending or descending order.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #454
Target: tr:nth-child(97) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemax</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #455
Target: tr:nth-child(97) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #456
Target: tr:nth-child(97) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #457
Target: tr:nth-child(97) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #458
Target: tr:nth-child(97) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the maximum allowed value for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #459
Target: tr:nth-child(98) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemin</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #460
Target: tr:nth-child(98) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #461
Target: tr:nth-child(98) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #462
Target: tr:nth-child(98) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #463
Target: tr:nth-child(98) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the minimum allowed value for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #464
Target: tr:nth-child(99) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuenow</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #465
Target: tr:nth-child(99) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #466
Target: tr:nth-child(99) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #467
Target: tr:nth-child(99) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #468
Target: tr:nth-child(99) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the current value for a range widget.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #469
Target: tr:nth-child(100) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuetext</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #470
Target: tr:nth-child(100) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #471
Target: tr:nth-child(100) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #472
Target: tr:nth-child(100) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #473
Target: tr:nth-child(100) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the human readable text alternative of aria-valuenow for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #474
Target: tr:nth-child(101) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dangerouslySetInnerHTML</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #475
Target: tr:nth-child(101) > td:nth-child(2) > span
HTML: <span>{ __html: string; }</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #476
Target: tr:nth-child(101) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #477
Target: tr:nth-child(101) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #478
Target: tr:nth-child(102) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopy</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #479
Target: tr:nth-child(102) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #480
Target: tr:nth-child(102) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #481
Target: tr:nth-child(102) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #482
Target: tr:nth-child(103) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopyCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #483
Target: tr:nth-child(103) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #484
Target: tr:nth-child(103) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #485
Target: tr:nth-child(103) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #486
Target: tr:nth-child(104) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #487
Target: tr:nth-child(104) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #488
Target: tr:nth-child(104) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #489
Target: tr:nth-child(104) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #490
Target: tr:nth-child(105) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #491
Target: tr:nth-child(105) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #492
Target: tr:nth-child(105) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #493
Target: tr:nth-child(105) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #494
Target: tr:nth-child(106) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPaste</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #495
Target: tr:nth-child(106) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #496
Target: tr:nth-child(106) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #497
Target: tr:nth-child(106) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #498
Target: tr:nth-child(107) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPasteCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #499
Target: tr:nth-child(107) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #500
Target: tr:nth-child(107) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #501
Target: tr:nth-child(107) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #502
Target: tr:nth-child(108) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #503
Target: tr:nth-child(108) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #504
Target: tr:nth-child(108) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #505
Target: tr:nth-child(108) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #506
Target: tr:nth-child(109) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #507
Target: tr:nth-child(109) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #508
Target: tr:nth-child(109) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #509
Target: tr:nth-child(109) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #510
Target: tr:nth-child(110) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #511
Target: tr:nth-child(110) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #512
Target: tr:nth-child(110) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #513
Target: tr:nth-child(110) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #514
Target: tr:nth-child(111) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #515
Target: tr:nth-child(111) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #516
Target: tr:nth-child(111) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #517
Target: tr:nth-child(111) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #518
Target: tr:nth-child(112) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdate</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #519
Target: tr:nth-child(112) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #520
Target: tr:nth-child(112) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #521
Target: tr:nth-child(112) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #522
Target: tr:nth-child(113) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdateCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #523
Target: tr:nth-child(113) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #524
Target: tr:nth-child(113) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #525
Target: tr:nth-child(113) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #526
Target: tr:nth-child(114) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocus</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #527
Target: tr:nth-child(114) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #528
Target: tr:nth-child(114) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #529
Target: tr:nth-child(114) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #530
Target: tr:nth-child(115) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocusCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #531
Target: tr:nth-child(115) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #532
Target: tr:nth-child(115) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #533
Target: tr:nth-child(115) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #534
Target: tr:nth-child(116) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlur</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #535
Target: tr:nth-child(116) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #536
Target: tr:nth-child(116) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #537
Target: tr:nth-child(116) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #538
Target: tr:nth-child(117) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlurCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #539
Target: tr:nth-child(117) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #540
Target: tr:nth-child(117) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #541
Target: tr:nth-child(117) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #542
Target: tr:nth-child(118) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #543
Target: tr:nth-child(118) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #544
Target: tr:nth-child(118) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #545
Target: tr:nth-child(118) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #546
Target: tr:nth-child(119) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #547
Target: tr:nth-child(119) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #548
Target: tr:nth-child(119) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #549
Target: tr:nth-child(119) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #550
Target: tr:nth-child(120) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInput</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #551
Target: tr:nth-child(120) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #552
Target: tr:nth-child(120) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #553
Target: tr:nth-child(120) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #554
Target: tr:nth-child(121) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInputCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #555
Target: tr:nth-child(121) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #556
Target: tr:nth-child(121) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #557
Target: tr:nth-child(121) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #558
Target: tr:nth-child(122) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInput</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #559
Target: tr:nth-child(122) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #560
Target: tr:nth-child(122) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #561
Target: tr:nth-child(122) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #562
Target: tr:nth-child(123) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInputCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #563
Target: tr:nth-child(123) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #564
Target: tr:nth-child(123) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #565
Target: tr:nth-child(123) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #566
Target: tr:nth-child(124) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onReset</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #567
Target: tr:nth-child(124) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #568
Target: tr:nth-child(124) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #569
Target: tr:nth-child(124) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #570
Target: tr:nth-child(125) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onResetCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #571
Target: tr:nth-child(125) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #572
Target: tr:nth-child(125) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #573
Target: tr:nth-child(125) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #574
Target: tr:nth-child(126) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmit</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #575
Target: tr:nth-child(126) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #576
Target: tr:nth-child(126) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #577
Target: tr:nth-child(126) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #578
Target: tr:nth-child(127) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmitCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #579
Target: tr:nth-child(127) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #580
Target: tr:nth-child(127) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #581
Target: tr:nth-child(127) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #582
Target: tr:nth-child(128) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalid</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #583
Target: tr:nth-child(128) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #584
Target: tr:nth-child(128) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #585
Target: tr:nth-child(128) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #586
Target: tr:nth-child(129) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalidCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #587
Target: tr:nth-child(129) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #588
Target: tr:nth-child(129) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #589
Target: tr:nth-child(129) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #590
Target: tr:nth-child(130) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoad</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #591
Target: tr:nth-child(130) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #592
Target: tr:nth-child(130) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #593
Target: tr:nth-child(130) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #594
Target: tr:nth-child(131) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #595
Target: tr:nth-child(131) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #596
Target: tr:nth-child(131) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #597
Target: tr:nth-child(131) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #598
Target: tr:nth-child(132) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onError</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #599
Target: tr:nth-child(132) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #600
Target: tr:nth-child(132) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #601
Target: tr:nth-child(132) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #602
Target: tr:nth-child(133) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onErrorCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #603
Target: tr:nth-child(133) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #604
Target: tr:nth-child(133) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #605
Target: tr:nth-child(133) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #606
Target: tr:nth-child(134) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #607
Target: tr:nth-child(134) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #608
Target: tr:nth-child(134) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #609
Target: tr:nth-child(134) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #610
Target: tr:nth-child(135) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #611
Target: tr:nth-child(135) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #612
Target: tr:nth-child(135) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #613
Target: tr:nth-child(135) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #614
Target: tr:nth-child(136) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPress</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #615
Target: tr:nth-child(136) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #616
Target: tr:nth-child(136) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #617
Target: tr:nth-child(136) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #618
Target: tr:nth-child(137) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPressCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #619
Target: tr:nth-child(137) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #620
Target: tr:nth-child(137) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #621
Target: tr:nth-child(137) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #622
Target: tr:nth-child(138) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #623
Target: tr:nth-child(138) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #624
Target: tr:nth-child(138) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #625
Target: tr:nth-child(138) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #626
Target: tr:nth-child(139) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #627
Target: tr:nth-child(139) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #628
Target: tr:nth-child(139) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #629
Target: tr:nth-child(139) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #630
Target: tr:nth-child(140) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbort</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #631
Target: tr:nth-child(140) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #632
Target: tr:nth-child(140) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #633
Target: tr:nth-child(140) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #634
Target: tr:nth-child(141) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbortCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #635
Target: tr:nth-child(141) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #636
Target: tr:nth-child(141) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #637
Target: tr:nth-child(141) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #638
Target: tr:nth-child(142) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlay</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #639
Target: tr:nth-child(142) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #640
Target: tr:nth-child(142) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #641
Target: tr:nth-child(142) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #642
Target: tr:nth-child(143) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #643
Target: tr:nth-child(143) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #644
Target: tr:nth-child(143) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #645
Target: tr:nth-child(143) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #646
Target: tr:nth-child(144) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThrough</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #647
Target: tr:nth-child(144) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #648
Target: tr:nth-child(144) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #649
Target: tr:nth-child(144) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #650
Target: tr:nth-child(145) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThroughCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #651
Target: tr:nth-child(145) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #652
Target: tr:nth-child(145) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #653
Target: tr:nth-child(145) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #654
Target: tr:nth-child(146) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #655
Target: tr:nth-child(146) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #656
Target: tr:nth-child(146) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #657
Target: tr:nth-child(146) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #658
Target: tr:nth-child(147) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #659
Target: tr:nth-child(147) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #660
Target: tr:nth-child(147) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #661
Target: tr:nth-child(147) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #662
Target: tr:nth-child(148) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptied</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #663
Target: tr:nth-child(148) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #664
Target: tr:nth-child(148) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #665
Target: tr:nth-child(148) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #666
Target: tr:nth-child(149) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptiedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #667
Target: tr:nth-child(149) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #668
Target: tr:nth-child(149) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #669
Target: tr:nth-child(149) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #670
Target: tr:nth-child(150) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncrypted</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #671
Target: tr:nth-child(150) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #672
Target: tr:nth-child(150) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #673
Target: tr:nth-child(150) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #674
Target: tr:nth-child(151) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncryptedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #675
Target: tr:nth-child(151) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #676
Target: tr:nth-child(151) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #677
Target: tr:nth-child(151) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #678
Target: tr:nth-child(152) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEnded</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #679
Target: tr:nth-child(152) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #680
Target: tr:nth-child(152) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #681
Target: tr:nth-child(152) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #682
Target: tr:nth-child(153) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEndedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #683
Target: tr:nth-child(153) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #684
Target: tr:nth-child(153) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #685
Target: tr:nth-child(153) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #686
Target: tr:nth-child(154) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedData</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #687
Target: tr:nth-child(154) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #688
Target: tr:nth-child(154) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #689
Target: tr:nth-child(154) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #690
Target: tr:nth-child(155) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedDataCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #691
Target: tr:nth-child(155) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #692
Target: tr:nth-child(155) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #693
Target: tr:nth-child(155) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #694
Target: tr:nth-child(156) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadata</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #695
Target: tr:nth-child(156) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #696
Target: tr:nth-child(156) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #697
Target: tr:nth-child(156) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #698
Target: tr:nth-child(157) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadataCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #699
Target: tr:nth-child(157) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #700
Target: tr:nth-child(157) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #701
Target: tr:nth-child(157) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #702
Target: tr:nth-child(158) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #703
Target: tr:nth-child(158) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #704
Target: tr:nth-child(158) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #705
Target: tr:nth-child(158) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #706
Target: tr:nth-child(159) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #707
Target: tr:nth-child(159) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #708
Target: tr:nth-child(159) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #709
Target: tr:nth-child(159) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #710
Target: tr:nth-child(160) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPause</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #711
Target: tr:nth-child(160) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #712
Target: tr:nth-child(160) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #713
Target: tr:nth-child(160) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #714
Target: tr:nth-child(161) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPauseCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #715
Target: tr:nth-child(161) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #716
Target: tr:nth-child(161) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #717
Target: tr:nth-child(161) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #718
Target: tr:nth-child(162) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlay</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #719
Target: tr:nth-child(162) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #720
Target: tr:nth-child(162) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #721
Target: tr:nth-child(162) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #722
Target: tr:nth-child(163) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #723
Target: tr:nth-child(163) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #724
Target: tr:nth-child(163) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #725
Target: tr:nth-child(163) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #726
Target: tr:nth-child(164) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlaying</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #727
Target: tr:nth-child(164) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #728
Target: tr:nth-child(164) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #729
Target: tr:nth-child(164) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #730
Target: tr:nth-child(165) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #731
Target: tr:nth-child(165) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #732
Target: tr:nth-child(165) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #733
Target: tr:nth-child(165) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #734
Target: tr:nth-child(166) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgress</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #735
Target: tr:nth-child(166) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #736
Target: tr:nth-child(166) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #737
Target: tr:nth-child(166) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #738
Target: tr:nth-child(167) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgressCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #739
Target: tr:nth-child(167) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #740
Target: tr:nth-child(167) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #741
Target: tr:nth-child(167) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #742
Target: tr:nth-child(168) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #743
Target: tr:nth-child(168) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #744
Target: tr:nth-child(168) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #745
Target: tr:nth-child(168) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #746
Target: tr:nth-child(169) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #747
Target: tr:nth-child(169) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #748
Target: tr:nth-child(169) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #749
Target: tr:nth-child(169) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #750
Target: tr:nth-child(170) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #751
Target: tr:nth-child(170) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #752
Target: tr:nth-child(170) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #753
Target: tr:nth-child(170) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #754
Target: tr:nth-child(171) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #755
Target: tr:nth-child(171) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #756
Target: tr:nth-child(171) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #757
Target: tr:nth-child(171) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #758
Target: tr:nth-child(172) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeking</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #759
Target: tr:nth-child(172) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #760
Target: tr:nth-child(172) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #761
Target: tr:nth-child(172) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #762
Target: tr:nth-child(173) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #763
Target: tr:nth-child(173) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #764
Target: tr:nth-child(173) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #765
Target: tr:nth-child(173) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #766
Target: tr:nth-child(174) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #767
Target: tr:nth-child(174) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #768
Target: tr:nth-child(174) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #769
Target: tr:nth-child(174) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #770
Target: tr:nth-child(175) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalledCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #771
Target: tr:nth-child(175) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #772
Target: tr:nth-child(175) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #773
Target: tr:nth-child(175) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #774
Target: tr:nth-child(176) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspend</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #775
Target: tr:nth-child(176) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #776
Target: tr:nth-child(176) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #777
Target: tr:nth-child(176) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #778
Target: tr:nth-child(177) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspendCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #779
Target: tr:nth-child(177) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #780
Target: tr:nth-child(177) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #781
Target: tr:nth-child(177) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #782
Target: tr:nth-child(178) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdate</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #783
Target: tr:nth-child(178) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #784
Target: tr:nth-child(178) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #785
Target: tr:nth-child(178) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #786
Target: tr:nth-child(179) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdateCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #787
Target: tr:nth-child(179) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #788
Target: tr:nth-child(179) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #789
Target: tr:nth-child(179) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #790
Target: tr:nth-child(180) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #791
Target: tr:nth-child(180) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #792
Target: tr:nth-child(180) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #793
Target: tr:nth-child(180) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #794
Target: tr:nth-child(181) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #795
Target: tr:nth-child(181) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #796
Target: tr:nth-child(181) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #797
Target: tr:nth-child(181) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #798
Target: tr:nth-child(182) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaiting</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #799
Target: tr:nth-child(182) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #800
Target: tr:nth-child(182) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #801
Target: tr:nth-child(182) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #802
Target: tr:nth-child(183) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaitingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #803
Target: tr:nth-child(183) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #804
Target: tr:nth-child(183) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #805
Target: tr:nth-child(183) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #806
Target: tr:nth-child(184) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #807
Target: tr:nth-child(184) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #808
Target: tr:nth-child(184) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #809
Target: tr:nth-child(184) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #810
Target: tr:nth-child(185) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #811
Target: tr:nth-child(185) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #812
Target: tr:nth-child(185) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #813
Target: tr:nth-child(185) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #814
Target: tr:nth-child(186) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #815
Target: tr:nth-child(186) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #816
Target: tr:nth-child(186) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #817
Target: tr:nth-child(186) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #818
Target: tr:nth-child(187) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #819
Target: tr:nth-child(187) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #820
Target: tr:nth-child(187) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #821
Target: tr:nth-child(187) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #822
Target: tr:nth-child(188) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenu</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #823
Target: tr:nth-child(188) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #824
Target: tr:nth-child(188) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #825
Target: tr:nth-child(188) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #826
Target: tr:nth-child(189) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenuCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #827
Target: tr:nth-child(189) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #828
Target: tr:nth-child(189) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #829
Target: tr:nth-child(189) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #830
Target: tr:nth-child(190) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #831
Target: tr:nth-child(190) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #832
Target: tr:nth-child(190) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #833
Target: tr:nth-child(190) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #834
Target: tr:nth-child(191) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #835
Target: tr:nth-child(191) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #836
Target: tr:nth-child(191) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #837
Target: tr:nth-child(191) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #838
Target: tr:nth-child(192) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrag</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #839
Target: tr:nth-child(192) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #840
Target: tr:nth-child(192) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #841
Target: tr:nth-child(192) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #842
Target: tr:nth-child(193) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #843
Target: tr:nth-child(193) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #844
Target: tr:nth-child(193) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #845
Target: tr:nth-child(193) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #846
Target: tr:nth-child(194) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #847
Target: tr:nth-child(194) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #848
Target: tr:nth-child(194) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #849
Target: tr:nth-child(194) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #850
Target: tr:nth-child(195) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #851
Target: tr:nth-child(195) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #852
Target: tr:nth-child(195) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #853
Target: tr:nth-child(195) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #854
Target: tr:nth-child(196) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #855
Target: tr:nth-child(196) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #856
Target: tr:nth-child(196) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #857
Target: tr:nth-child(196) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #858
Target: tr:nth-child(197) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnterCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #859
Target: tr:nth-child(197) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #860
Target: tr:nth-child(197) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #861
Target: tr:nth-child(197) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #862
Target: tr:nth-child(198) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExit</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #863
Target: tr:nth-child(198) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #864
Target: tr:nth-child(198) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #865
Target: tr:nth-child(198) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #866
Target: tr:nth-child(199) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExitCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #867
Target: tr:nth-child(199) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #868
Target: tr:nth-child(199) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #869
Target: tr:nth-child(199) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #870
Target: tr:nth-child(200) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #871
Target: tr:nth-child(200) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #872
Target: tr:nth-child(200) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #873
Target: tr:nth-child(200) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #874
Target: tr:nth-child(201) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeaveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #875
Target: tr:nth-child(201) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #876
Target: tr:nth-child(201) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #877
Target: tr:nth-child(201) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #878
Target: tr:nth-child(202) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #879
Target: tr:nth-child(202) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #880
Target: tr:nth-child(202) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #881
Target: tr:nth-child(202) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #882
Target: tr:nth-child(203) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #883
Target: tr:nth-child(203) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #884
Target: tr:nth-child(203) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #885
Target: tr:nth-child(203) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #886
Target: tr:nth-child(204) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #887
Target: tr:nth-child(204) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #888
Target: tr:nth-child(204) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #889
Target: tr:nth-child(204) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #890
Target: tr:nth-child(205) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #891
Target: tr:nth-child(205) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #892
Target: tr:nth-child(205) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #893
Target: tr:nth-child(205) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #894
Target: tr:nth-child(206) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrop</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #895
Target: tr:nth-child(206) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #896
Target: tr:nth-child(206) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #897
Target: tr:nth-child(206) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #898
Target: tr:nth-child(207) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDropCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #899
Target: tr:nth-child(207) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #900
Target: tr:nth-child(207) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #901
Target: tr:nth-child(207) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #902
Target: tr:nth-child(208) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #903
Target: tr:nth-child(208) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #904
Target: tr:nth-child(208) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #905
Target: tr:nth-child(208) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #906
Target: tr:nth-child(209) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #907
Target: tr:nth-child(209) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #908
Target: tr:nth-child(209) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #909
Target: tr:nth-child(209) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #910
Target: tr:nth-child(210) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #911
Target: tr:nth-child(210) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #912
Target: tr:nth-child(210) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #913
Target: tr:nth-child(210) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #914
Target: tr:nth-child(211) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #915
Target: tr:nth-child(211) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #916
Target: tr:nth-child(211) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #917
Target: tr:nth-child(211) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #918
Target: tr:nth-child(212) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #919
Target: tr:nth-child(212) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #920
Target: tr:nth-child(212) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #921
Target: tr:nth-child(212) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #922
Target: tr:nth-child(213) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #923
Target: tr:nth-child(213) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #924
Target: tr:nth-child(213) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #925
Target: tr:nth-child(213) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #926
Target: tr:nth-child(214) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #927
Target: tr:nth-child(214) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #928
Target: tr:nth-child(214) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #929
Target: tr:nth-child(214) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #930
Target: tr:nth-child(215) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #931
Target: tr:nth-child(215) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #932
Target: tr:nth-child(215) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #933
Target: tr:nth-child(215) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #934
Target: tr:nth-child(216) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #935
Target: tr:nth-child(216) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #936
Target: tr:nth-child(216) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #937
Target: tr:nth-child(216) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #938
Target: tr:nth-child(217) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #939
Target: tr:nth-child(217) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #940
Target: tr:nth-child(217) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #941
Target: tr:nth-child(217) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #942
Target: tr:nth-child(218) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #943
Target: tr:nth-child(218) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #944
Target: tr:nth-child(218) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #945
Target: tr:nth-child(218) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #946
Target: tr:nth-child(219) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #947
Target: tr:nth-child(219) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #948
Target: tr:nth-child(219) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #949
Target: tr:nth-child(219) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #950
Target: tr:nth-child(220) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #951
Target: tr:nth-child(220) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #952
Target: tr:nth-child(220) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #953
Target: tr:nth-child(220) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #954
Target: tr:nth-child(221) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelectCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #955
Target: tr:nth-child(221) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #956
Target: tr:nth-child(221) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #957
Target: tr:nth-child(221) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #958
Target: tr:nth-child(222) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #959
Target: tr:nth-child(222) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #960
Target: tr:nth-child(222) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #961
Target: tr:nth-child(222) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #962
Target: tr:nth-child(223) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #963
Target: tr:nth-child(223) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #964
Target: tr:nth-child(223) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #965
Target: tr:nth-child(223) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #966
Target: tr:nth-child(224) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #967
Target: tr:nth-child(224) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #968
Target: tr:nth-child(224) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #969
Target: tr:nth-child(224) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #970
Target: tr:nth-child(225) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #971
Target: tr:nth-child(225) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #972
Target: tr:nth-child(225) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #973
Target: tr:nth-child(225) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #974
Target: tr:nth-child(226) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #975
Target: tr:nth-child(226) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #976
Target: tr:nth-child(226) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #977
Target: tr:nth-child(226) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #978
Target: tr:nth-child(227) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #979
Target: tr:nth-child(227) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #980
Target: tr:nth-child(227) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #981
Target: tr:nth-child(227) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #982
Target: tr:nth-child(228) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #983
Target: tr:nth-child(228) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #984
Target: tr:nth-child(228) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #985
Target: tr:nth-child(228) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #986
Target: tr:nth-child(229) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #987
Target: tr:nth-child(229) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #988
Target: tr:nth-child(229) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #989
Target: tr:nth-child(229) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #990
Target: tr:nth-child(230) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #991
Target: tr:nth-child(230) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #992
Target: tr:nth-child(230) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #993
Target: tr:nth-child(230) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #994
Target: tr:nth-child(231) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #995
Target: tr:nth-child(231) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #996
Target: tr:nth-child(231) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #997
Target: tr:nth-child(231) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #998
Target: tr:nth-child(232) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #999
Target: tr:nth-child(232) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1000
Target: tr:nth-child(232) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1001
Target: tr:nth-child(232) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1002
Target: tr:nth-child(233) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1003
Target: tr:nth-child(233) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1004
Target: tr:nth-child(233) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1005
Target: tr:nth-child(233) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1006
Target: tr:nth-child(234) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1007
Target: tr:nth-child(234) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1008
Target: tr:nth-child(234) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1009
Target: tr:nth-child(234) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1010
Target: tr:nth-child(235) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1011
Target: tr:nth-child(235) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1012
Target: tr:nth-child(235) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1013
Target: tr:nth-child(235) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1014
Target: tr:nth-child(236) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1015
Target: tr:nth-child(236) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1016
Target: tr:nth-child(236) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1017
Target: tr:nth-child(236) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1018
Target: tr:nth-child(237) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1019
Target: tr:nth-child(237) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1020
Target: tr:nth-child(237) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1021
Target: tr:nth-child(237) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1022
Target: tr:nth-child(238) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1023
Target: tr:nth-child(238) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1024
Target: tr:nth-child(238) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1025
Target: tr:nth-child(238) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1026
Target: tr:nth-child(239) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnterCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1027
Target: tr:nth-child(239) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1028
Target: tr:nth-child(239) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1029
Target: tr:nth-child(239) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1030
Target: tr:nth-child(240) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1031
Target: tr:nth-child(240) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1032
Target: tr:nth-child(240) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1033
Target: tr:nth-child(240) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1034
Target: tr:nth-child(241) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeaveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1035
Target: tr:nth-child(241) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1036
Target: tr:nth-child(241) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1037
Target: tr:nth-child(241) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1038
Target: tr:nth-child(242) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1039
Target: tr:nth-child(242) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1040
Target: tr:nth-child(242) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1041
Target: tr:nth-child(242) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1042
Target: tr:nth-child(243) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1043
Target: tr:nth-child(243) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1044
Target: tr:nth-child(243) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1045
Target: tr:nth-child(243) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1046
Target: tr:nth-child(244) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1047
Target: tr:nth-child(244) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1048
Target: tr:nth-child(244) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1049
Target: tr:nth-child(244) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1050
Target: tr:nth-child(245) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1051
Target: tr:nth-child(245) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1052
Target: tr:nth-child(245) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1053
Target: tr:nth-child(245) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1054
Target: tr:nth-child(246) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1055
Target: tr:nth-child(246) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1056
Target: tr:nth-child(246) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1057
Target: tr:nth-child(246) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1058
Target: tr:nth-child(247) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCaptureCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1059
Target: tr:nth-child(247) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1060
Target: tr:nth-child(247) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1061
Target: tr:nth-child(247) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1062
Target: tr:nth-child(248) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1063
Target: tr:nth-child(248) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1064
Target: tr:nth-child(248) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1065
Target: tr:nth-child(248) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1066
Target: tr:nth-child(249) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCaptureCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1067
Target: tr:nth-child(249) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1068
Target: tr:nth-child(249) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1069
Target: tr:nth-child(249) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1070
Target: tr:nth-child(250) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScroll</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1071
Target: tr:nth-child(250) > td:nth-child(2) > span
HTML: <span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1072
Target: tr:nth-child(250) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1073
Target: tr:nth-child(250) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1074
Target: tr:nth-child(251) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScrollCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1075
Target: tr:nth-child(251) > td:nth-child(2) > span
HTML: <span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1076
Target: tr:nth-child(251) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1077
Target: tr:nth-child(251) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1078
Target: tr:nth-child(252) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1079
Target: tr:nth-child(252) > td:nth-child(2) > span
HTML: <span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1080
Target: tr:nth-child(252) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1081
Target: tr:nth-child(252) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1082
Target: tr:nth-child(253) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1083
Target: tr:nth-child(253) > td:nth-child(2) > span
HTML: <span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1084
Target: tr:nth-child(253) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1085
Target: tr:nth-child(253) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1086
Target: tr:nth-child(254) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1087
Target: tr:nth-child(254) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1088
Target: tr:nth-child(254) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1089
Target: tr:nth-child(254) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1090
Target: tr:nth-child(255) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1091
Target: tr:nth-child(255) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1092
Target: tr:nth-child(255) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1093
Target: tr:nth-child(255) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1094
Target: tr:nth-child(256) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1095
Target: tr:nth-child(256) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1096
Target: tr:nth-child(256) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1097
Target: tr:nth-child(256) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1098
Target: tr:nth-child(257) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1099
Target: tr:nth-child(257) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1100
Target: tr:nth-child(257) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1101
Target: tr:nth-child(257) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1102
Target: tr:nth-child(258) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIteration</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1103
Target: tr:nth-child(258) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1104
Target: tr:nth-child(258) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1105
Target: tr:nth-child(258) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1106
Target: tr:nth-child(259) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIterationCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1107
Target: tr:nth-child(259) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1108
Target: tr:nth-child(259) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1109
Target: tr:nth-child(259) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1110
Target: tr:nth-child(260) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1111
Target: tr:nth-child(260) > td:nth-child(2) > span
HTML: <span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1112
Target: tr:nth-child(260) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1113
Target: tr:nth-child(260) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1114
Target: tr:nth-child(261) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1115
Target: tr:nth-child(261) > td:nth-child(2) > span
HTML: <span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1116
Target: tr:nth-child(261) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1117
Target: tr:nth-child(261) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1118
Target: tr:nth-child(262) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">classes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1119
Target: tr:nth-child(262) > td:nth-child(2) > span
HTML: <span>Partial&lt;Record&lt;AvatarClassKey, string&gt;&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1120
Target: tr:nth-child(262) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1121
Target: tr:nth-child(262) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1122
Target: tr:nth-child(263) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">innerRef</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1123
Target: tr:nth-child(263) > td:nth-child(2) > span
HTML: <span>Ref&lt;any&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1124
Target: tr:nth-child(263) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1125
Target: tr:nth-child(263) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div class="jss4 jss5 sc-bwzfXH hbYybq" color="lake">SH</div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Name</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Name</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1321) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Size</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>md</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">presence</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Element</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">alt</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(5) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">childrenClassName</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #28
Target: tr:nth-child(5) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #29
Target: tr:nth-child(5) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #30
Target: tr:nth-child(5) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #31
Target: tr:nth-child(5) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #32
Target: tr:nth-child(6) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">component</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #33
Target: tr:nth-child(6) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>ElementType&lt;AvatarProps&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #34
Target: tr:nth-child(6) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #35
Target: tr:nth-child(6) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #36
Target: tr:nth-child(6) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #37
Target: tr:nth-child(7) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">imgProps</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #38
Target: tr:nth-child(7) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>HtmlHTMLAttributes&lt;HTMLImageElement&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #39
Target: tr:nth-child(7) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #40
Target: tr:nth-child(7) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #41
Target: tr:nth-child(7) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #42
Target: tr:nth-child(8) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">sizes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #43
Target: tr:nth-child(8) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #44
Target: tr:nth-child(8) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #45
Target: tr:nth-child(8) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #46
Target: tr:nth-child(8) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #47
Target: tr:nth-child(9) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">src</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #48
Target: tr:nth-child(9) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #49
Target: tr:nth-child(9) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #50
Target: tr:nth-child(9) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #51
Target: tr:nth-child(9) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #52
Target: tr:nth-child(10) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">srcSet</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #53
Target: tr:nth-child(10) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #54
Target: tr:nth-child(10) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #55
Target: tr:nth-child(10) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #56
Target: tr:nth-child(10) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #57
Target: tr:nth-child(11) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultChecked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #58
Target: tr:nth-child(11) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #59
Target: tr:nth-child(11) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #60
Target: tr:nth-child(11) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #61
Target: tr:nth-child(11) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #62
Target: tr:nth-child(12) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultValue</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #63
Target: tr:nth-child(12) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string | string[]</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #64
Target: tr:nth-child(12) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #65
Target: tr:nth-child(12) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #66
Target: tr:nth-child(12) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #67
Target: tr:nth-child(13) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressContentEditableWarning</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #68
Target: tr:nth-child(13) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #69
Target: tr:nth-child(13) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #70
Target: tr:nth-child(13) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #71
Target: tr:nth-child(13) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #72
Target: tr:nth-child(14) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressHydrationWarning</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #73
Target: tr:nth-child(14) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #74
Target: tr:nth-child(14) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #75
Target: tr:nth-child(14) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #76
Target: tr:nth-child(14) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #77
Target: tr:nth-child(15) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">accessKey</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #78
Target: tr:nth-child(15) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #79
Target: tr:nth-child(15) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #80
Target: tr:nth-child(15) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #81
Target: tr:nth-child(15) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #82
Target: tr:nth-child(16) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">className</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #83
Target: tr:nth-child(16) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #84
Target: tr:nth-child(16) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #85
Target: tr:nth-child(16) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #86
Target: tr:nth-child(16) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #87
Target: tr:nth-child(17) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contentEditable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #88
Target: tr:nth-child(17) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #89
Target: tr:nth-child(17) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #90
Target: tr:nth-child(17) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #91
Target: tr:nth-child(17) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #92
Target: tr:nth-child(18) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contextMenu</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #93
Target: tr:nth-child(18) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #94
Target: tr:nth-child(18) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #95
Target: tr:nth-child(18) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #96
Target: tr:nth-child(18) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #97
Target: tr:nth-child(19) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dir</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #98
Target: tr:nth-child(19) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #99
Target: tr:nth-child(19) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #100
Target: tr:nth-child(19) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #101
Target: tr:nth-child(19) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #102
Target: tr:nth-child(20) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">draggable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #103
Target: tr:nth-child(20) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #104
Target: tr:nth-child(20) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #105
Target: tr:nth-child(20) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #106
Target: tr:nth-child(20) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #107
Target: tr:nth-child(21) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">hidden</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #108
Target: tr:nth-child(21) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #109
Target: tr:nth-child(21) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #110
Target: tr:nth-child(21) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #111
Target: tr:nth-child(21) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #112
Target: tr:nth-child(22) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">id</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #113
Target: tr:nth-child(22) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #114
Target: tr:nth-child(22) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #115
Target: tr:nth-child(22) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #116
Target: tr:nth-child(22) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #117
Target: tr:nth-child(23) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">lang</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #118
Target: tr:nth-child(23) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #119
Target: tr:nth-child(23) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #120
Target: tr:nth-child(23) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #121
Target: tr:nth-child(23) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #122
Target: tr:nth-child(24) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">placeholder</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #123
Target: tr:nth-child(24) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #124
Target: tr:nth-child(24) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #125
Target: tr:nth-child(24) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #126
Target: tr:nth-child(24) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #127
Target: tr:nth-child(25) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">slot</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #128
Target: tr:nth-child(25) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #129
Target: tr:nth-child(25) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #130
Target: tr:nth-child(25) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #131
Target: tr:nth-child(25) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #132
Target: tr:nth-child(26) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">spellCheck</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #133
Target: tr:nth-child(26) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #134
Target: tr:nth-child(26) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #135
Target: tr:nth-child(26) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #136
Target: tr:nth-child(26) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #137
Target: tr:nth-child(27) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">style</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #138
Target: tr:nth-child(27) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>CSSProperties</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #139
Target: tr:nth-child(27) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #140
Target: tr:nth-child(27) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #141
Target: tr:nth-child(27) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #142
Target: tr:nth-child(28) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">tabIndex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #143
Target: tr:nth-child(28) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #144
Target: tr:nth-child(28) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #145
Target: tr:nth-child(28) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #146
Target: tr:nth-child(28) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #147
Target: tr:nth-child(29) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">title</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #148
Target: tr:nth-child(29) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #149
Target: tr:nth-child(29) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #150
Target: tr:nth-child(29) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #151
Target: tr:nth-child(29) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #152
Target: tr:nth-child(30) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inputMode</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #153
Target: tr:nth-child(30) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #154
Target: tr:nth-child(30) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #155
Target: tr:nth-child(30) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #156
Target: tr:nth-child(30) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #157
Target: tr:nth-child(31) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">is</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #158
Target: tr:nth-child(31) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #159
Target: tr:nth-child(31) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #160
Target: tr:nth-child(31) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #161
Target: tr:nth-child(31) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #162
Target: tr:nth-child(32) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">radioGroup</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #163
Target: tr:nth-child(32) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #164
Target: tr:nth-child(32) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #165
Target: tr:nth-child(32) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #166
Target: tr:nth-child(32) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #167
Target: tr:nth-child(33) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">role</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #168
Target: tr:nth-child(33) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #169
Target: tr:nth-child(33) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #170
Target: tr:nth-child(33) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #171
Target: tr:nth-child(33) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #172
Target: tr:nth-child(34) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">about</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #173
Target: tr:nth-child(34) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #174
Target: tr:nth-child(34) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #175
Target: tr:nth-child(34) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #176
Target: tr:nth-child(34) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #177
Target: tr:nth-child(35) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">datatype</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #178
Target: tr:nth-child(35) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #179
Target: tr:nth-child(35) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #180
Target: tr:nth-child(35) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #181
Target: tr:nth-child(35) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #182
Target: tr:nth-child(36) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inlist</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #183
Target: tr:nth-child(36) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #184
Target: tr:nth-child(36) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #185
Target: tr:nth-child(36) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #186
Target: tr:nth-child(36) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #187
Target: tr:nth-child(37) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">prefix</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #188
Target: tr:nth-child(37) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #189
Target: tr:nth-child(37) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #190
Target: tr:nth-child(37) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #191
Target: tr:nth-child(37) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #192
Target: tr:nth-child(38) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">property</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #193
Target: tr:nth-child(38) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #194
Target: tr:nth-child(38) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #195
Target: tr:nth-child(38) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #196
Target: tr:nth-child(38) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #197
Target: tr:nth-child(39) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">resource</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #198
Target: tr:nth-child(39) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #199
Target: tr:nth-child(39) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #200
Target: tr:nth-child(39) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #201
Target: tr:nth-child(39) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #202
Target: tr:nth-child(40) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">typeof</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #203
Target: tr:nth-child(40) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #204
Target: tr:nth-child(40) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #205
Target: tr:nth-child(40) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #206
Target: tr:nth-child(40) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #207
Target: tr:nth-child(41) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">vocab</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #208
Target: tr:nth-child(41) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #209
Target: tr:nth-child(41) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #210
Target: tr:nth-child(41) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #211
Target: tr:nth-child(41) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #212
Target: tr:nth-child(42) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCapitalize</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #213
Target: tr:nth-child(42) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #214
Target: tr:nth-child(42) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #215
Target: tr:nth-child(42) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #216
Target: tr:nth-child(42) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #217
Target: tr:nth-child(43) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCorrect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #218
Target: tr:nth-child(43) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #219
Target: tr:nth-child(43) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #220
Target: tr:nth-child(43) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #221
Target: tr:nth-child(43) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #222
Target: tr:nth-child(44) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoSave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #223
Target: tr:nth-child(44) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #224
Target: tr:nth-child(44) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #225
Target: tr:nth-child(44) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #226
Target: tr:nth-child(44) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #227
Target: tr:nth-child(45) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemProp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #228
Target: tr:nth-child(45) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #229
Target: tr:nth-child(45) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #230
Target: tr:nth-child(45) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #231
Target: tr:nth-child(45) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #232
Target: tr:nth-child(46) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemScope</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #233
Target: tr:nth-child(46) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #234
Target: tr:nth-child(46) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #235
Target: tr:nth-child(46) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #236
Target: tr:nth-child(46) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #237
Target: tr:nth-child(47) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemType</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #238
Target: tr:nth-child(47) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #239
Target: tr:nth-child(47) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #240
Target: tr:nth-child(47) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #241
Target: tr:nth-child(47) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #242
Target: tr:nth-child(48) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemID</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #243
Target: tr:nth-child(48) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #244
Target: tr:nth-child(48) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #245
Target: tr:nth-child(48) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #246
Target: tr:nth-child(48) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #247
Target: tr:nth-child(49) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemRef</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #248
Target: tr:nth-child(49) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #249
Target: tr:nth-child(49) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #250
Target: tr:nth-child(49) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #251
Target: tr:nth-child(49) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #252
Target: tr:nth-child(50) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">results</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #253
Target: tr:nth-child(50) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #254
Target: tr:nth-child(50) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #255
Target: tr:nth-child(50) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #256
Target: tr:nth-child(50) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #257
Target: tr:nth-child(51) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">security</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #258
Target: tr:nth-child(51) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #259
Target: tr:nth-child(51) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #260
Target: tr:nth-child(51) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #261
Target: tr:nth-child(51) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #262
Target: tr:nth-child(52) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">unselectable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #263
Target: tr:nth-child(52) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"on" | "off"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #264
Target: tr:nth-child(52) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #265
Target: tr:nth-child(52) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #266
Target: tr:nth-child(52) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #267
Target: tr:nth-child(53) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-activedescendant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #268
Target: tr:nth-child(53) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #269
Target: tr:nth-child(53) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #270
Target: tr:nth-child(53) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #271
Target: tr:nth-child(53) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #272
Target: tr:nth-child(54) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-atomic</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #273
Target: tr:nth-child(54) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #274
Target: tr:nth-child(54) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #275
Target: tr:nth-child(54) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #276
Target: tr:nth-child(54) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #277
Target: tr:nth-child(55) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-autocomplete</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #278
Target: tr:nth-child(55) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "inline" | "list" | "both"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #279
Target: tr:nth-child(55) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #280
Target: tr:nth-child(55) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #281
Target: tr:nth-child(55) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be</span><span><br> presented if they are made.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #282
Target: tr:nth-child(56) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-busy</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #283
Target: tr:nth-child(56) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #284
Target: tr:nth-child(56) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #285
Target: tr:nth-child(56) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #286
Target: tr:nth-child(56) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #287
Target: tr:nth-child(57) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-checked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #288
Target: tr:nth-child(57) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "mixed"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #289
Target: tr:nth-child(57) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #290
Target: tr:nth-child(57) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #291
Target: tr:nth-child(57) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.</span><span><br> @see aria-pressed</span><span><br> @see aria-selected.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #292
Target: tr:nth-child(58) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colcount</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #293
Target: tr:nth-child(58) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #294
Target: tr:nth-child(58) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #295
Target: tr:nth-child(58) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #296
Target: tr:nth-child(58) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the total number of columns in a table, grid, or treegrid.</span><span><br> @see aria-colindex.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #297
Target: tr:nth-child(59) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colindex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #298
Target: tr:nth-child(59) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #299
Target: tr:nth-child(59) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #300
Target: tr:nth-child(59) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #301
Target: tr:nth-child(59) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.</span><span><br> @see aria-colcount</span><span><br> @see aria-colspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #302
Target: tr:nth-child(60) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colspan</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #303
Target: tr:nth-child(60) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #304
Target: tr:nth-child(60) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #305
Target: tr:nth-child(60) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #306
Target: tr:nth-child(60) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.</span><span><br> @see aria-colindex</span><span><br> @see aria-rowspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #307
Target: tr:nth-child(61) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-controls</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #308
Target: tr:nth-child(61) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #309
Target: tr:nth-child(61) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #310
Target: tr:nth-child(61) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #311
Target: tr:nth-child(61) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) whose contents or presence are controlled by the current element.</span><span><br> @see aria-owns.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #312
Target: tr:nth-child(62) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-current</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #313
Target: tr:nth-child(62) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #314
Target: tr:nth-child(62) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #315
Target: tr:nth-child(62) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #316
Target: tr:nth-child(62) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the element that represents the current item within a container or set of related elements.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #317
Target: tr:nth-child(63) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-describedby</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #318
Target: tr:nth-child(63) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #319
Target: tr:nth-child(63) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #320
Target: tr:nth-child(63) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #321
Target: tr:nth-child(63) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) that describes the object.</span><span><br> @see aria-labelledby</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #322
Target: tr:nth-child(64) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-details</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #323
Target: tr:nth-child(64) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #324
Target: tr:nth-child(64) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #325
Target: tr:nth-child(64) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #326
Target: tr:nth-child(64) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element that provides a detailed, extended description for the object.</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #327
Target: tr:nth-child(65) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #328
Target: tr:nth-child(65) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #329
Target: tr:nth-child(65) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #330
Target: tr:nth-child(65) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #331
Target: tr:nth-child(65) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.</span><span><br> @see aria-hidden</span><span><br> @see aria-readonly.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #332
Target: tr:nth-child(66) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-dropeffect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #333
Target: tr:nth-child(66) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "copy" | "execute" | "link" | "move" | "popup"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #334
Target: tr:nth-child(66) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #335
Target: tr:nth-child(66) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #336
Target: tr:nth-child(66) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates what functions can be performed when a dragged object is released on the drop target.</span><span><br> @deprecated in ARIA 1.1</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #337
Target: tr:nth-child(67) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-errormessage</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #338
Target: tr:nth-child(67) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #339
Target: tr:nth-child(67) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #340
Target: tr:nth-child(67) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #341
Target: tr:nth-child(67) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element that provides an error message for the object.</span><span><br> @see aria-invalid</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #342
Target: tr:nth-child(68) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-expanded</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #343
Target: tr:nth-child(68) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #344
Target: tr:nth-child(68) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #345
Target: tr:nth-child(68) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #346
Target: tr:nth-child(68) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #347
Target: tr:nth-child(69) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-flowto</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #348
Target: tr:nth-child(69) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #349
Target: tr:nth-child(69) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #350
Target: tr:nth-child(69) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #351
Target: tr:nth-child(69) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #352
Target: tr:nth-child(70) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-grabbed</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #353
Target: tr:nth-child(70) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #354
Target: tr:nth-child(70) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #355
Target: tr:nth-child(70) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #356
Target: tr:nth-child(70) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates an element's "grabbed" state in a drag-and-drop operation.</span><span><br> @deprecated in ARIA 1.1</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #357
Target: tr:nth-child(71) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-haspopup</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #358
Target: tr:nth-child(71) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #359
Target: tr:nth-child(71) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #360
Target: tr:nth-child(71) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #361
Target: tr:nth-child(71) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #362
Target: tr:nth-child(72) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-hidden</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #363
Target: tr:nth-child(72) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #364
Target: tr:nth-child(72) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #365
Target: tr:nth-child(72) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #366
Target: tr:nth-child(72) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates whether the element is exposed to an accessibility API.</span><span><br> @see aria-disabled.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #367
Target: tr:nth-child(73) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-invalid</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #368
Target: tr:nth-child(73) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "grammar" | "spelling"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #369
Target: tr:nth-child(73) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #370
Target: tr:nth-child(73) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #371
Target: tr:nth-child(73) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the entered value does not conform to the format expected by the application.</span><span><br> @see aria-errormessage.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #372
Target: tr:nth-child(74) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-keyshortcuts</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #373
Target: tr:nth-child(74) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #374
Target: tr:nth-child(74) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #375
Target: tr:nth-child(74) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #376
Target: tr:nth-child(74) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #377
Target: tr:nth-child(75) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-label</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #378
Target: tr:nth-child(75) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #379
Target: tr:nth-child(75) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #380
Target: tr:nth-child(75) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #381
Target: tr:nth-child(75) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines a string value that labels the current element.</span><span><br> @see aria-labelledby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #382
Target: tr:nth-child(76) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-labelledby</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #383
Target: tr:nth-child(76) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #384
Target: tr:nth-child(76) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #385
Target: tr:nth-child(76) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #386
Target: tr:nth-child(76) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) that labels the current element.</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #387
Target: tr:nth-child(77) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-level</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #388
Target: tr:nth-child(77) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #389
Target: tr:nth-child(77) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #390
Target: tr:nth-child(77) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #391
Target: tr:nth-child(77) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the hierarchical level of an element within a structure.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #392
Target: tr:nth-child(78) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-live</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #393
Target: tr:nth-child(78) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"off" | "assertive" | "polite"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #394
Target: tr:nth-child(78) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #395
Target: tr:nth-child(78) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #396
Target: tr:nth-child(78) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #397
Target: tr:nth-child(79) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-modal</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #398
Target: tr:nth-child(79) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #399
Target: tr:nth-child(79) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #400
Target: tr:nth-child(79) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #401
Target: tr:nth-child(79) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether an element is modal when displayed.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #402
Target: tr:nth-child(80) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiline</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #403
Target: tr:nth-child(80) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #404
Target: tr:nth-child(80) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #405
Target: tr:nth-child(80) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #406
Target: tr:nth-child(80) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether a text box accepts multiple lines of input or only a single line.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #407
Target: tr:nth-child(81) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiselectable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #408
Target: tr:nth-child(81) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #409
Target: tr:nth-child(81) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #410
Target: tr:nth-child(81) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #411
Target: tr:nth-child(81) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that the user may select more than one item from the current selectable descendants.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #412
Target: tr:nth-child(82) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-orientation</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #413
Target: tr:nth-child(82) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"horizontal" | "vertical"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #414
Target: tr:nth-child(82) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #415
Target: tr:nth-child(82) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #416
Target: tr:nth-child(82) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #417
Target: tr:nth-child(83) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-owns</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #418
Target: tr:nth-child(83) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #419
Target: tr:nth-child(83) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #420
Target: tr:nth-child(83) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #421
Target: tr:nth-child(83) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #422
Target: tr:nth-child(84) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-placeholder</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #423
Target: tr:nth-child(84) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #424
Target: tr:nth-child(84) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #425
Target: tr:nth-child(84) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #426
Target: tr:nth-child(84) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.</span><span><br> A hint could be a sample value or a brief description of the expected format.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #427
Target: tr:nth-child(85) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-posinset</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #428
Target: tr:nth-child(85) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #429
Target: tr:nth-child(85) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #430
Target: tr:nth-child(85) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #431
Target: tr:nth-child(85) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span><span><br> @see aria-setsize.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #432
Target: tr:nth-child(86) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-pressed</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #433
Target: tr:nth-child(86) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "mixed"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #434
Target: tr:nth-child(86) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #435
Target: tr:nth-child(86) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #436
Target: tr:nth-child(86) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "pressed" state of toggle buttons.</span><span><br> @see aria-checked</span><span><br> @see aria-selected.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #437
Target: tr:nth-child(87) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-readonly</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #438
Target: tr:nth-child(87) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #439
Target: tr:nth-child(87) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #440
Target: tr:nth-child(87) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #441
Target: tr:nth-child(87) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates that the element is not editable, but is otherwise operable.</span><span><br> @see aria-disabled.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #442
Target: tr:nth-child(88) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-relevant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #443
Target: tr:nth-child(88) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"additions" | "additions text" | "all" | "removals" | "text"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #444
Target: tr:nth-child(88) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #445
Target: tr:nth-child(88) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #446
Target: tr:nth-child(88) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</span><span><br> @see aria-atomic.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #447
Target: tr:nth-child(89) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-required</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #448
Target: tr:nth-child(89) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #449
Target: tr:nth-child(89) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #450
Target: tr:nth-child(89) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #451
Target: tr:nth-child(89) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that user input is required on the element before a form may be submitted.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #452
Target: tr:nth-child(90) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-roledescription</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #453
Target: tr:nth-child(90) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #454
Target: tr:nth-child(90) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #455
Target: tr:nth-child(90) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #456
Target: tr:nth-child(90) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines a human-readable, author-localized description for the role of an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #457
Target: tr:nth-child(91) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowcount</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #458
Target: tr:nth-child(91) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #459
Target: tr:nth-child(91) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #460
Target: tr:nth-child(91) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #461
Target: tr:nth-child(91) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the total number of rows in a table, grid, or treegrid.</span><span><br> @see aria-rowindex.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #462
Target: tr:nth-child(92) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowindex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #463
Target: tr:nth-child(92) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #464
Target: tr:nth-child(92) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #465
Target: tr:nth-child(92) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #466
Target: tr:nth-child(92) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.</span><span><br> @see aria-rowcount</span><span><br> @see aria-rowspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #467
Target: tr:nth-child(93) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowspan</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #468
Target: tr:nth-child(93) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #469
Target: tr:nth-child(93) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #470
Target: tr:nth-child(93) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #471
Target: tr:nth-child(93) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</span><span><br> @see aria-rowindex</span><span><br> @see aria-colspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #472
Target: tr:nth-child(94) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-selected</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #473
Target: tr:nth-child(94) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #474
Target: tr:nth-child(94) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #475
Target: tr:nth-child(94) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #476
Target: tr:nth-child(94) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "selected" state of various widgets.</span><span><br> @see aria-checked</span><span><br> @see aria-pressed.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #477
Target: tr:nth-child(95) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-setsize</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #478
Target: tr:nth-child(95) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #479
Target: tr:nth-child(95) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #480
Target: tr:nth-child(95) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #481
Target: tr:nth-child(95) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span><span><br> @see aria-posinset.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #482
Target: tr:nth-child(96) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-sort</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #483
Target: tr:nth-child(96) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "ascending" | "descending" | "other"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #484
Target: tr:nth-child(96) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #485
Target: tr:nth-child(96) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #486
Target: tr:nth-child(96) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates if items in a table or grid are sorted in ascending or descending order.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #487
Target: tr:nth-child(97) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemax</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #488
Target: tr:nth-child(97) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #489
Target: tr:nth-child(97) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #490
Target: tr:nth-child(97) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #491
Target: tr:nth-child(97) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the maximum allowed value for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #492
Target: tr:nth-child(98) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemin</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #493
Target: tr:nth-child(98) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #494
Target: tr:nth-child(98) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #495
Target: tr:nth-child(98) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #496
Target: tr:nth-child(98) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the minimum allowed value for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #497
Target: tr:nth-child(99) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuenow</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #498
Target: tr:nth-child(99) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #499
Target: tr:nth-child(99) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #500
Target: tr:nth-child(99) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #501
Target: tr:nth-child(99) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the current value for a range widget.</span><span><br> @see aria-valuetext.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #502
Target: tr:nth-child(100) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuetext</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #503
Target: tr:nth-child(100) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #504
Target: tr:nth-child(100) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #505
Target: tr:nth-child(100) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #506
Target: tr:nth-child(100) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the human readable text alternative of aria-valuenow for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #507
Target: tr:nth-child(101) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dangerouslySetInnerHTML</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #508
Target: tr:nth-child(101) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>{ __html: string; }</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #509
Target: tr:nth-child(101) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #510
Target: tr:nth-child(101) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #511
Target: tr:nth-child(101) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #512
Target: tr:nth-child(102) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopy</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #513
Target: tr:nth-child(102) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #514
Target: tr:nth-child(102) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #515
Target: tr:nth-child(102) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #516
Target: tr:nth-child(102) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #517
Target: tr:nth-child(103) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopyCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #518
Target: tr:nth-child(103) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #519
Target: tr:nth-child(103) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #520
Target: tr:nth-child(103) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #521
Target: tr:nth-child(103) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #522
Target: tr:nth-child(104) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #523
Target: tr:nth-child(104) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #524
Target: tr:nth-child(104) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #525
Target: tr:nth-child(104) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #526
Target: tr:nth-child(104) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #527
Target: tr:nth-child(105) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #528
Target: tr:nth-child(105) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #529
Target: tr:nth-child(105) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #530
Target: tr:nth-child(105) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #531
Target: tr:nth-child(105) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #532
Target: tr:nth-child(106) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPaste</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #533
Target: tr:nth-child(106) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #534
Target: tr:nth-child(106) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #535
Target: tr:nth-child(106) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #536
Target: tr:nth-child(106) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #537
Target: tr:nth-child(107) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPasteCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #538
Target: tr:nth-child(107) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #539
Target: tr:nth-child(107) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #540
Target: tr:nth-child(107) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #541
Target: tr:nth-child(107) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #542
Target: tr:nth-child(108) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #543
Target: tr:nth-child(108) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #544
Target: tr:nth-child(108) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #545
Target: tr:nth-child(108) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #546
Target: tr:nth-child(108) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #547
Target: tr:nth-child(109) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #548
Target: tr:nth-child(109) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #549
Target: tr:nth-child(109) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #550
Target: tr:nth-child(109) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #551
Target: tr:nth-child(109) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #552
Target: tr:nth-child(110) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #553
Target: tr:nth-child(110) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #554
Target: tr:nth-child(110) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #555
Target: tr:nth-child(110) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #556
Target: tr:nth-child(110) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #557
Target: tr:nth-child(111) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #558
Target: tr:nth-child(111) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #559
Target: tr:nth-child(111) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #560
Target: tr:nth-child(111) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #561
Target: tr:nth-child(111) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #562
Target: tr:nth-child(112) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdate</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #563
Target: tr:nth-child(112) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #564
Target: tr:nth-child(112) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #565
Target: tr:nth-child(112) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #566
Target: tr:nth-child(112) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #567
Target: tr:nth-child(113) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdateCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #568
Target: tr:nth-child(113) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #569
Target: tr:nth-child(113) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #570
Target: tr:nth-child(113) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #571
Target: tr:nth-child(113) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #572
Target: tr:nth-child(114) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocus</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #573
Target: tr:nth-child(114) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #574
Target: tr:nth-child(114) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #575
Target: tr:nth-child(114) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #576
Target: tr:nth-child(114) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #577
Target: tr:nth-child(115) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocusCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #578
Target: tr:nth-child(115) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #579
Target: tr:nth-child(115) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #580
Target: tr:nth-child(115) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #581
Target: tr:nth-child(115) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #582
Target: tr:nth-child(116) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlur</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #583
Target: tr:nth-child(116) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #584
Target: tr:nth-child(116) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #585
Target: tr:nth-child(116) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #586
Target: tr:nth-child(116) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #587
Target: tr:nth-child(117) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlurCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #588
Target: tr:nth-child(117) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #589
Target: tr:nth-child(117) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #590
Target: tr:nth-child(117) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #591
Target: tr:nth-child(117) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #592
Target: tr:nth-child(118) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #593
Target: tr:nth-child(118) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #594
Target: tr:nth-child(118) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #595
Target: tr:nth-child(118) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #596
Target: tr:nth-child(118) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #597
Target: tr:nth-child(119) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #598
Target: tr:nth-child(119) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #599
Target: tr:nth-child(119) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #600
Target: tr:nth-child(119) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #601
Target: tr:nth-child(119) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #602
Target: tr:nth-child(120) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInput</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #603
Target: tr:nth-child(120) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #604
Target: tr:nth-child(120) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #605
Target: tr:nth-child(120) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #606
Target: tr:nth-child(120) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #607
Target: tr:nth-child(121) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInputCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #608
Target: tr:nth-child(121) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #609
Target: tr:nth-child(121) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #610
Target: tr:nth-child(121) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #611
Target: tr:nth-child(121) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #612
Target: tr:nth-child(122) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInput</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #613
Target: tr:nth-child(122) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #614
Target: tr:nth-child(122) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #615
Target: tr:nth-child(122) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #616
Target: tr:nth-child(122) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #617
Target: tr:nth-child(123) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInputCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #618
Target: tr:nth-child(123) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #619
Target: tr:nth-child(123) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #620
Target: tr:nth-child(123) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #621
Target: tr:nth-child(123) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #622
Target: tr:nth-child(124) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onReset</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #623
Target: tr:nth-child(124) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #624
Target: tr:nth-child(124) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #625
Target: tr:nth-child(124) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #626
Target: tr:nth-child(124) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #627
Target: tr:nth-child(125) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onResetCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #628
Target: tr:nth-child(125) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #629
Target: tr:nth-child(125) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #630
Target: tr:nth-child(125) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #631
Target: tr:nth-child(125) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #632
Target: tr:nth-child(126) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmit</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #633
Target: tr:nth-child(126) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #634
Target: tr:nth-child(126) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #635
Target: tr:nth-child(126) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #636
Target: tr:nth-child(126) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #637
Target: tr:nth-child(127) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmitCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #638
Target: tr:nth-child(127) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #639
Target: tr:nth-child(127) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #640
Target: tr:nth-child(127) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #641
Target: tr:nth-child(127) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #642
Target: tr:nth-child(128) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalid</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #643
Target: tr:nth-child(128) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #644
Target: tr:nth-child(128) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #645
Target: tr:nth-child(128) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #646
Target: tr:nth-child(128) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #647
Target: tr:nth-child(129) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalidCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #648
Target: tr:nth-child(129) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #649
Target: tr:nth-child(129) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #650
Target: tr:nth-child(129) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #651
Target: tr:nth-child(129) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #652
Target: tr:nth-child(130) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoad</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #653
Target: tr:nth-child(130) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #654
Target: tr:nth-child(130) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #655
Target: tr:nth-child(130) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #656
Target: tr:nth-child(130) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #657
Target: tr:nth-child(131) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #658
Target: tr:nth-child(131) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #659
Target: tr:nth-child(131) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #660
Target: tr:nth-child(131) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #661
Target: tr:nth-child(131) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #662
Target: tr:nth-child(132) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onError</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #663
Target: tr:nth-child(132) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #664
Target: tr:nth-child(132) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #665
Target: tr:nth-child(132) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #666
Target: tr:nth-child(132) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #667
Target: tr:nth-child(133) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onErrorCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #668
Target: tr:nth-child(133) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #669
Target: tr:nth-child(133) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #670
Target: tr:nth-child(133) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #671
Target: tr:nth-child(133) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #672
Target: tr:nth-child(134) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #673
Target: tr:nth-child(134) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #674
Target: tr:nth-child(134) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #675
Target: tr:nth-child(134) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #676
Target: tr:nth-child(134) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #677
Target: tr:nth-child(135) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #678
Target: tr:nth-child(135) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #679
Target: tr:nth-child(135) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #680
Target: tr:nth-child(135) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #681
Target: tr:nth-child(135) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #682
Target: tr:nth-child(136) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPress</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #683
Target: tr:nth-child(136) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #684
Target: tr:nth-child(136) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #685
Target: tr:nth-child(136) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #686
Target: tr:nth-child(136) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #687
Target: tr:nth-child(137) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPressCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #688
Target: tr:nth-child(137) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #689
Target: tr:nth-child(137) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #690
Target: tr:nth-child(137) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #691
Target: tr:nth-child(137) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #692
Target: tr:nth-child(138) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #693
Target: tr:nth-child(138) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #694
Target: tr:nth-child(138) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #695
Target: tr:nth-child(138) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #696
Target: tr:nth-child(138) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #697
Target: tr:nth-child(139) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #698
Target: tr:nth-child(139) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #699
Target: tr:nth-child(139) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #700
Target: tr:nth-child(139) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #701
Target: tr:nth-child(139) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #702
Target: tr:nth-child(140) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbort</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #703
Target: tr:nth-child(140) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #704
Target: tr:nth-child(140) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #705
Target: tr:nth-child(140) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #706
Target: tr:nth-child(140) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #707
Target: tr:nth-child(141) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbortCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #708
Target: tr:nth-child(141) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #709
Target: tr:nth-child(141) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #710
Target: tr:nth-child(141) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #711
Target: tr:nth-child(141) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #712
Target: tr:nth-child(142) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlay</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #713
Target: tr:nth-child(142) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #714
Target: tr:nth-child(142) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #715
Target: tr:nth-child(142) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #716
Target: tr:nth-child(142) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #717
Target: tr:nth-child(143) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #718
Target: tr:nth-child(143) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #719
Target: tr:nth-child(143) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #720
Target: tr:nth-child(143) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #721
Target: tr:nth-child(143) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #722
Target: tr:nth-child(144) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThrough</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #723
Target: tr:nth-child(144) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #724
Target: tr:nth-child(144) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #725
Target: tr:nth-child(144) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #726
Target: tr:nth-child(144) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #727
Target: tr:nth-child(145) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThroughCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #728
Target: tr:nth-child(145) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #729
Target: tr:nth-child(145) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #730
Target: tr:nth-child(145) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #731
Target: tr:nth-child(145) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #732
Target: tr:nth-child(146) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #733
Target: tr:nth-child(146) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #734
Target: tr:nth-child(146) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #735
Target: tr:nth-child(146) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #736
Target: tr:nth-child(146) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #737
Target: tr:nth-child(147) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #738
Target: tr:nth-child(147) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #739
Target: tr:nth-child(147) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #740
Target: tr:nth-child(147) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #741
Target: tr:nth-child(147) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #742
Target: tr:nth-child(148) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptied</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #743
Target: tr:nth-child(148) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #744
Target: tr:nth-child(148) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #745
Target: tr:nth-child(148) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #746
Target: tr:nth-child(148) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #747
Target: tr:nth-child(149) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptiedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #748
Target: tr:nth-child(149) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #749
Target: tr:nth-child(149) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #750
Target: tr:nth-child(149) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #751
Target: tr:nth-child(149) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #752
Target: tr:nth-child(150) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncrypted</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #753
Target: tr:nth-child(150) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #754
Target: tr:nth-child(150) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #755
Target: tr:nth-child(150) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #756
Target: tr:nth-child(150) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #757
Target: tr:nth-child(151) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncryptedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #758
Target: tr:nth-child(151) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #759
Target: tr:nth-child(151) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #760
Target: tr:nth-child(151) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #761
Target: tr:nth-child(151) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #762
Target: tr:nth-child(152) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEnded</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #763
Target: tr:nth-child(152) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #764
Target: tr:nth-child(152) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #765
Target: tr:nth-child(152) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #766
Target: tr:nth-child(152) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #767
Target: tr:nth-child(153) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEndedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #768
Target: tr:nth-child(153) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #769
Target: tr:nth-child(153) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #770
Target: tr:nth-child(153) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #771
Target: tr:nth-child(153) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #772
Target: tr:nth-child(154) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedData</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #773
Target: tr:nth-child(154) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #774
Target: tr:nth-child(154) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #775
Target: tr:nth-child(154) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #776
Target: tr:nth-child(154) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #777
Target: tr:nth-child(155) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedDataCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #778
Target: tr:nth-child(155) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #779
Target: tr:nth-child(155) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #780
Target: tr:nth-child(155) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #781
Target: tr:nth-child(155) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #782
Target: tr:nth-child(156) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadata</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #783
Target: tr:nth-child(156) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #784
Target: tr:nth-child(156) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #785
Target: tr:nth-child(156) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #786
Target: tr:nth-child(156) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #787
Target: tr:nth-child(157) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadataCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #788
Target: tr:nth-child(157) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #789
Target: tr:nth-child(157) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #790
Target: tr:nth-child(157) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #791
Target: tr:nth-child(157) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #792
Target: tr:nth-child(158) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #793
Target: tr:nth-child(158) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #794
Target: tr:nth-child(158) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #795
Target: tr:nth-child(158) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #796
Target: tr:nth-child(158) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #797
Target: tr:nth-child(159) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #798
Target: tr:nth-child(159) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #799
Target: tr:nth-child(159) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #800
Target: tr:nth-child(159) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #801
Target: tr:nth-child(159) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #802
Target: tr:nth-child(160) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPause</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #803
Target: tr:nth-child(160) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #804
Target: tr:nth-child(160) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #805
Target: tr:nth-child(160) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #806
Target: tr:nth-child(160) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #807
Target: tr:nth-child(161) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPauseCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #808
Target: tr:nth-child(161) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #809
Target: tr:nth-child(161) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #810
Target: tr:nth-child(161) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #811
Target: tr:nth-child(161) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #812
Target: tr:nth-child(162) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlay</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #813
Target: tr:nth-child(162) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #814
Target: tr:nth-child(162) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #815
Target: tr:nth-child(162) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #816
Target: tr:nth-child(162) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #817
Target: tr:nth-child(163) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #818
Target: tr:nth-child(163) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #819
Target: tr:nth-child(163) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #820
Target: tr:nth-child(163) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #821
Target: tr:nth-child(163) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #822
Target: tr:nth-child(164) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlaying</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #823
Target: tr:nth-child(164) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #824
Target: tr:nth-child(164) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #825
Target: tr:nth-child(164) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #826
Target: tr:nth-child(164) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #827
Target: tr:nth-child(165) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #828
Target: tr:nth-child(165) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #829
Target: tr:nth-child(165) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #830
Target: tr:nth-child(165) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #831
Target: tr:nth-child(165) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #832
Target: tr:nth-child(166) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgress</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #833
Target: tr:nth-child(166) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #834
Target: tr:nth-child(166) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #835
Target: tr:nth-child(166) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #836
Target: tr:nth-child(166) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #837
Target: tr:nth-child(167) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgressCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #838
Target: tr:nth-child(167) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #839
Target: tr:nth-child(167) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #840
Target: tr:nth-child(167) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #841
Target: tr:nth-child(167) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #842
Target: tr:nth-child(168) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #843
Target: tr:nth-child(168) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #844
Target: tr:nth-child(168) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #845
Target: tr:nth-child(168) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #846
Target: tr:nth-child(168) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #847
Target: tr:nth-child(169) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #848
Target: tr:nth-child(169) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #849
Target: tr:nth-child(169) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #850
Target: tr:nth-child(169) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #851
Target: tr:nth-child(169) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #852
Target: tr:nth-child(170) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #853
Target: tr:nth-child(170) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #854
Target: tr:nth-child(170) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #855
Target: tr:nth-child(170) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #856
Target: tr:nth-child(170) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #857
Target: tr:nth-child(171) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #858
Target: tr:nth-child(171) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #859
Target: tr:nth-child(171) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #860
Target: tr:nth-child(171) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #861
Target: tr:nth-child(171) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #862
Target: tr:nth-child(172) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeking</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #863
Target: tr:nth-child(172) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #864
Target: tr:nth-child(172) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #865
Target: tr:nth-child(172) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #866
Target: tr:nth-child(172) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #867
Target: tr:nth-child(173) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #868
Target: tr:nth-child(173) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #869
Target: tr:nth-child(173) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #870
Target: tr:nth-child(173) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #871
Target: tr:nth-child(173) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #872
Target: tr:nth-child(174) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #873
Target: tr:nth-child(174) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #874
Target: tr:nth-child(174) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #875
Target: tr:nth-child(174) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #876
Target: tr:nth-child(174) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #877
Target: tr:nth-child(175) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalledCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #878
Target: tr:nth-child(175) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #879
Target: tr:nth-child(175) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #880
Target: tr:nth-child(175) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #881
Target: tr:nth-child(175) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #882
Target: tr:nth-child(176) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspend</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #883
Target: tr:nth-child(176) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #884
Target: tr:nth-child(176) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #885
Target: tr:nth-child(176) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #886
Target: tr:nth-child(176) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #887
Target: tr:nth-child(177) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspendCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #888
Target: tr:nth-child(177) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #889
Target: tr:nth-child(177) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #890
Target: tr:nth-child(177) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #891
Target: tr:nth-child(177) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #892
Target: tr:nth-child(178) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdate</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #893
Target: tr:nth-child(178) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #894
Target: tr:nth-child(178) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #895
Target: tr:nth-child(178) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #896
Target: tr:nth-child(178) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #897
Target: tr:nth-child(179) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdateCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #898
Target: tr:nth-child(179) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #899
Target: tr:nth-child(179) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #900
Target: tr:nth-child(179) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #901
Target: tr:nth-child(179) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #902
Target: tr:nth-child(180) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #903
Target: tr:nth-child(180) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #904
Target: tr:nth-child(180) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #905
Target: tr:nth-child(180) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #906
Target: tr:nth-child(180) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #907
Target: tr:nth-child(181) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #908
Target: tr:nth-child(181) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #909
Target: tr:nth-child(181) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #910
Target: tr:nth-child(181) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #911
Target: tr:nth-child(181) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #912
Target: tr:nth-child(182) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaiting</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #913
Target: tr:nth-child(182) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #914
Target: tr:nth-child(182) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #915
Target: tr:nth-child(182) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #916
Target: tr:nth-child(182) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #917
Target: tr:nth-child(183) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaitingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #918
Target: tr:nth-child(183) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #919
Target: tr:nth-child(183) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #920
Target: tr:nth-child(183) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #921
Target: tr:nth-child(183) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #922
Target: tr:nth-child(184) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #923
Target: tr:nth-child(184) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #924
Target: tr:nth-child(184) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #925
Target: tr:nth-child(184) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #926
Target: tr:nth-child(184) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #927
Target: tr:nth-child(185) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #928
Target: tr:nth-child(185) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #929
Target: tr:nth-child(185) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #930
Target: tr:nth-child(185) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #931
Target: tr:nth-child(185) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #932
Target: tr:nth-child(186) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #933
Target: tr:nth-child(186) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #934
Target: tr:nth-child(186) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #935
Target: tr:nth-child(186) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #936
Target: tr:nth-child(186) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #937
Target: tr:nth-child(187) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #938
Target: tr:nth-child(187) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #939
Target: tr:nth-child(187) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #940
Target: tr:nth-child(187) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #941
Target: tr:nth-child(187) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #942
Target: tr:nth-child(188) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenu</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #943
Target: tr:nth-child(188) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #944
Target: tr:nth-child(188) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #945
Target: tr:nth-child(188) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #946
Target: tr:nth-child(188) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #947
Target: tr:nth-child(189) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenuCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #948
Target: tr:nth-child(189) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #949
Target: tr:nth-child(189) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #950
Target: tr:nth-child(189) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #951
Target: tr:nth-child(189) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #952
Target: tr:nth-child(190) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #953
Target: tr:nth-child(190) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #954
Target: tr:nth-child(190) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #955
Target: tr:nth-child(190) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #956
Target: tr:nth-child(190) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #957
Target: tr:nth-child(191) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #958
Target: tr:nth-child(191) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #959
Target: tr:nth-child(191) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #960
Target: tr:nth-child(191) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #961
Target: tr:nth-child(191) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #962
Target: tr:nth-child(192) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrag</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #963
Target: tr:nth-child(192) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #964
Target: tr:nth-child(192) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #965
Target: tr:nth-child(192) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #966
Target: tr:nth-child(192) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #967
Target: tr:nth-child(193) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #968
Target: tr:nth-child(193) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #969
Target: tr:nth-child(193) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #970
Target: tr:nth-child(193) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #971
Target: tr:nth-child(193) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #972
Target: tr:nth-child(194) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #973
Target: tr:nth-child(194) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #974
Target: tr:nth-child(194) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #975
Target: tr:nth-child(194) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #976
Target: tr:nth-child(194) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #977
Target: tr:nth-child(195) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #978
Target: tr:nth-child(195) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #979
Target: tr:nth-child(195) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #980
Target: tr:nth-child(195) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #981
Target: tr:nth-child(195) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #982
Target: tr:nth-child(196) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #983
Target: tr:nth-child(196) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #984
Target: tr:nth-child(196) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #985
Target: tr:nth-child(196) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #986
Target: tr:nth-child(196) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #987
Target: tr:nth-child(197) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnterCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #988
Target: tr:nth-child(197) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #989
Target: tr:nth-child(197) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #990
Target: tr:nth-child(197) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #991
Target: tr:nth-child(197) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #992
Target: tr:nth-child(198) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExit</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #993
Target: tr:nth-child(198) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #994
Target: tr:nth-child(198) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #995
Target: tr:nth-child(198) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #996
Target: tr:nth-child(198) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #997
Target: tr:nth-child(199) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExitCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #998
Target: tr:nth-child(199) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #999
Target: tr:nth-child(199) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1000
Target: tr:nth-child(199) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1001
Target: tr:nth-child(199) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1002
Target: tr:nth-child(200) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1003
Target: tr:nth-child(200) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1004
Target: tr:nth-child(200) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1005
Target: tr:nth-child(200) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1006
Target: tr:nth-child(200) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1007
Target: tr:nth-child(201) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeaveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1008
Target: tr:nth-child(201) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1009
Target: tr:nth-child(201) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1010
Target: tr:nth-child(201) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1011
Target: tr:nth-child(201) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1012
Target: tr:nth-child(202) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1013
Target: tr:nth-child(202) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1014
Target: tr:nth-child(202) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1015
Target: tr:nth-child(202) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1016
Target: tr:nth-child(202) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1017
Target: tr:nth-child(203) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1018
Target: tr:nth-child(203) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1019
Target: tr:nth-child(203) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1020
Target: tr:nth-child(203) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1021
Target: tr:nth-child(203) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1022
Target: tr:nth-child(204) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1023
Target: tr:nth-child(204) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1024
Target: tr:nth-child(204) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1025
Target: tr:nth-child(204) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1026
Target: tr:nth-child(204) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1027
Target: tr:nth-child(205) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1028
Target: tr:nth-child(205) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1029
Target: tr:nth-child(205) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1030
Target: tr:nth-child(205) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1031
Target: tr:nth-child(205) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1032
Target: tr:nth-child(206) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrop</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1033
Target: tr:nth-child(206) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1034
Target: tr:nth-child(206) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1035
Target: tr:nth-child(206) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1036
Target: tr:nth-child(206) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1037
Target: tr:nth-child(207) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDropCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1038
Target: tr:nth-child(207) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1039
Target: tr:nth-child(207) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1040
Target: tr:nth-child(207) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1041
Target: tr:nth-child(207) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1042
Target: tr:nth-child(208) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1043
Target: tr:nth-child(208) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1044
Target: tr:nth-child(208) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1045
Target: tr:nth-child(208) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1046
Target: tr:nth-child(208) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1047
Target: tr:nth-child(209) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1048
Target: tr:nth-child(209) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1049
Target: tr:nth-child(209) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1050
Target: tr:nth-child(209) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1051
Target: tr:nth-child(209) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1052
Target: tr:nth-child(210) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1053
Target: tr:nth-child(210) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1054
Target: tr:nth-child(210) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1055
Target: tr:nth-child(210) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1056
Target: tr:nth-child(210) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1057
Target: tr:nth-child(211) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1058
Target: tr:nth-child(211) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1059
Target: tr:nth-child(211) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1060
Target: tr:nth-child(211) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1061
Target: tr:nth-child(211) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1062
Target: tr:nth-child(212) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1063
Target: tr:nth-child(212) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1064
Target: tr:nth-child(212) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1065
Target: tr:nth-child(212) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1066
Target: tr:nth-child(212) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1067
Target: tr:nth-child(213) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1068
Target: tr:nth-child(213) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1069
Target: tr:nth-child(213) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1070
Target: tr:nth-child(213) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1071
Target: tr:nth-child(213) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1072
Target: tr:nth-child(214) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1073
Target: tr:nth-child(214) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1074
Target: tr:nth-child(214) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1075
Target: tr:nth-child(214) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1076
Target: tr:nth-child(214) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1077
Target: tr:nth-child(215) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1078
Target: tr:nth-child(215) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1079
Target: tr:nth-child(215) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1080
Target: tr:nth-child(215) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1081
Target: tr:nth-child(215) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1082
Target: tr:nth-child(216) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1083
Target: tr:nth-child(216) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1084
Target: tr:nth-child(216) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1085
Target: tr:nth-child(216) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1086
Target: tr:nth-child(216) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1087
Target: tr:nth-child(217) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1088
Target: tr:nth-child(217) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1089
Target: tr:nth-child(217) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1090
Target: tr:nth-child(217) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1091
Target: tr:nth-child(217) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1092
Target: tr:nth-child(218) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1093
Target: tr:nth-child(218) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1094
Target: tr:nth-child(218) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1095
Target: tr:nth-child(218) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1096
Target: tr:nth-child(218) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1097
Target: tr:nth-child(219) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1098
Target: tr:nth-child(219) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1099
Target: tr:nth-child(219) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1100
Target: tr:nth-child(219) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1101
Target: tr:nth-child(219) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1102
Target: tr:nth-child(220) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1103
Target: tr:nth-child(220) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1104
Target: tr:nth-child(220) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1105
Target: tr:nth-child(220) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1106
Target: tr:nth-child(220) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1107
Target: tr:nth-child(221) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelectCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1108
Target: tr:nth-child(221) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1109
Target: tr:nth-child(221) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1110
Target: tr:nth-child(221) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1111
Target: tr:nth-child(221) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1112
Target: tr:nth-child(222) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1113
Target: tr:nth-child(222) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1114
Target: tr:nth-child(222) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1115
Target: tr:nth-child(222) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1116
Target: tr:nth-child(222) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1117
Target: tr:nth-child(223) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1118
Target: tr:nth-child(223) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1119
Target: tr:nth-child(223) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1120
Target: tr:nth-child(223) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1121
Target: tr:nth-child(223) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1122
Target: tr:nth-child(224) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1123
Target: tr:nth-child(224) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1124
Target: tr:nth-child(224) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1125
Target: tr:nth-child(224) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1126
Target: tr:nth-child(224) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1127
Target: tr:nth-child(225) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1128
Target: tr:nth-child(225) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1129
Target: tr:nth-child(225) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1130
Target: tr:nth-child(225) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1131
Target: tr:nth-child(225) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1132
Target: tr:nth-child(226) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1133
Target: tr:nth-child(226) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1134
Target: tr:nth-child(226) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1135
Target: tr:nth-child(226) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1136
Target: tr:nth-child(226) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1137
Target: tr:nth-child(227) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1138
Target: tr:nth-child(227) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1139
Target: tr:nth-child(227) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1140
Target: tr:nth-child(227) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1141
Target: tr:nth-child(227) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1142
Target: tr:nth-child(228) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1143
Target: tr:nth-child(228) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1144
Target: tr:nth-child(228) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1145
Target: tr:nth-child(228) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1146
Target: tr:nth-child(228) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1147
Target: tr:nth-child(229) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1148
Target: tr:nth-child(229) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1149
Target: tr:nth-child(229) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1150
Target: tr:nth-child(229) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1151
Target: tr:nth-child(229) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1152
Target: tr:nth-child(230) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1153
Target: tr:nth-child(230) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1154
Target: tr:nth-child(230) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1155
Target: tr:nth-child(230) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1156
Target: tr:nth-child(230) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1157
Target: tr:nth-child(231) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1158
Target: tr:nth-child(231) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1159
Target: tr:nth-child(231) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1160
Target: tr:nth-child(231) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1161
Target: tr:nth-child(231) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1162
Target: tr:nth-child(232) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1163
Target: tr:nth-child(232) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1164
Target: tr:nth-child(232) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1165
Target: tr:nth-child(232) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1166
Target: tr:nth-child(232) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1167
Target: tr:nth-child(233) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1168
Target: tr:nth-child(233) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1169
Target: tr:nth-child(233) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1170
Target: tr:nth-child(233) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1171
Target: tr:nth-child(233) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1172
Target: tr:nth-child(234) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1173
Target: tr:nth-child(234) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1174
Target: tr:nth-child(234) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1175
Target: tr:nth-child(234) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1176
Target: tr:nth-child(234) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1177
Target: tr:nth-child(235) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1178
Target: tr:nth-child(235) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1179
Target: tr:nth-child(235) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1180
Target: tr:nth-child(235) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1181
Target: tr:nth-child(235) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1182
Target: tr:nth-child(236) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1183
Target: tr:nth-child(236) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1184
Target: tr:nth-child(236) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1185
Target: tr:nth-child(236) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1186
Target: tr:nth-child(236) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1187
Target: tr:nth-child(237) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1188
Target: tr:nth-child(237) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1189
Target: tr:nth-child(237) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1190
Target: tr:nth-child(237) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1191
Target: tr:nth-child(237) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1192
Target: tr:nth-child(238) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1193
Target: tr:nth-child(238) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1194
Target: tr:nth-child(238) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1195
Target: tr:nth-child(238) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1196
Target: tr:nth-child(238) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1197
Target: tr:nth-child(239) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnterCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1198
Target: tr:nth-child(239) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1199
Target: tr:nth-child(239) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1200
Target: tr:nth-child(239) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1201
Target: tr:nth-child(239) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1202
Target: tr:nth-child(240) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1203
Target: tr:nth-child(240) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1204
Target: tr:nth-child(240) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1205
Target: tr:nth-child(240) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1206
Target: tr:nth-child(240) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1207
Target: tr:nth-child(241) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeaveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1208
Target: tr:nth-child(241) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1209
Target: tr:nth-child(241) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1210
Target: tr:nth-child(241) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1211
Target: tr:nth-child(241) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1212
Target: tr:nth-child(242) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1213
Target: tr:nth-child(242) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1214
Target: tr:nth-child(242) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1215
Target: tr:nth-child(242) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1216
Target: tr:nth-child(242) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1217
Target: tr:nth-child(243) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1218
Target: tr:nth-child(243) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1219
Target: tr:nth-child(243) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1220
Target: tr:nth-child(243) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1221
Target: tr:nth-child(243) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1222
Target: tr:nth-child(244) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1223
Target: tr:nth-child(244) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1224
Target: tr:nth-child(244) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1225
Target: tr:nth-child(244) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1226
Target: tr:nth-child(244) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1227
Target: tr:nth-child(245) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1228
Target: tr:nth-child(245) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1229
Target: tr:nth-child(245) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1230
Target: tr:nth-child(245) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1231
Target: tr:nth-child(245) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1232
Target: tr:nth-child(246) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1233
Target: tr:nth-child(246) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1234
Target: tr:nth-child(246) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1235
Target: tr:nth-child(246) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1236
Target: tr:nth-child(246) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1237
Target: tr:nth-child(247) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCaptureCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1238
Target: tr:nth-child(247) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1239
Target: tr:nth-child(247) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1240
Target: tr:nth-child(247) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1241
Target: tr:nth-child(247) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1242
Target: tr:nth-child(248) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1243
Target: tr:nth-child(248) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1244
Target: tr:nth-child(248) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1245
Target: tr:nth-child(248) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1246
Target: tr:nth-child(248) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1247
Target: tr:nth-child(249) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCaptureCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1248
Target: tr:nth-child(249) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1249
Target: tr:nth-child(249) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1250
Target: tr:nth-child(249) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1251
Target: tr:nth-child(249) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1252
Target: tr:nth-child(250) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScroll</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1253
Target: tr:nth-child(250) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1254
Target: tr:nth-child(250) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1255
Target: tr:nth-child(250) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1256
Target: tr:nth-child(250) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1257
Target: tr:nth-child(251) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScrollCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1258
Target: tr:nth-child(251) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1259
Target: tr:nth-child(251) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1260
Target: tr:nth-child(251) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1261
Target: tr:nth-child(251) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1262
Target: tr:nth-child(252) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1263
Target: tr:nth-child(252) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1264
Target: tr:nth-child(252) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1265
Target: tr:nth-child(252) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1266
Target: tr:nth-child(252) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1267
Target: tr:nth-child(253) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1268
Target: tr:nth-child(253) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1269
Target: tr:nth-child(253) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1270
Target: tr:nth-child(253) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1271
Target: tr:nth-child(253) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1272
Target: tr:nth-child(254) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1273
Target: tr:nth-child(254) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1274
Target: tr:nth-child(254) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1275
Target: tr:nth-child(254) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1276
Target: tr:nth-child(254) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1277
Target: tr:nth-child(255) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1278
Target: tr:nth-child(255) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1279
Target: tr:nth-child(255) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1280
Target: tr:nth-child(255) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1281
Target: tr:nth-child(255) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1282
Target: tr:nth-child(256) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1283
Target: tr:nth-child(256) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1284
Target: tr:nth-child(256) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1285
Target: tr:nth-child(256) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1286
Target: tr:nth-child(256) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1287
Target: tr:nth-child(257) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1288
Target: tr:nth-child(257) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1289
Target: tr:nth-child(257) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1290
Target: tr:nth-child(257) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1291
Target: tr:nth-child(257) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1292
Target: tr:nth-child(258) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIteration</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1293
Target: tr:nth-child(258) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1294
Target: tr:nth-child(258) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1295
Target: tr:nth-child(258) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1296
Target: tr:nth-child(258) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1297
Target: tr:nth-child(259) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIterationCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1298
Target: tr:nth-child(259) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1299
Target: tr:nth-child(259) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1300
Target: tr:nth-child(259) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1301
Target: tr:nth-child(259) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1302
Target: tr:nth-child(260) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1303
Target: tr:nth-child(260) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1304
Target: tr:nth-child(260) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1305
Target: tr:nth-child(260) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1306
Target: tr:nth-child(260) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1307
Target: tr:nth-child(261) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1308
Target: tr:nth-child(261) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1309
Target: tr:nth-child(261) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1310
Target: tr:nth-child(261) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1311
Target: tr:nth-child(261) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1312
Target: tr:nth-child(262) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">classes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1313
Target: tr:nth-child(262) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Partial&lt;Record&lt;AvatarClassKey, string&gt;&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1314
Target: tr:nth-child(262) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1315
Target: tr:nth-child(262) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1316
Target: tr:nth-child(262) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1317
Target: tr:nth-child(263) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">innerRef</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1318
Target: tr:nth-child(263) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Ref&lt;any&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1319
Target: tr:nth-child(263) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1320
Target: tr:nth-child(263) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1321
Target: tr:nth-child(263) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

th-has-data-cellscat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each table header in a data table refers to data cells

Help

All th elements and elements with role=columnheader/rowheader must have data cells they describe (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: th-has-data-cells
    • message: All table header cells refer to data cells

Image (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Image</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

image-altcat.text-alternativeswcag2awcag111section508section508.22.aaccessibility-check

Description

Ensures <img> elements have alternate text or a role of none or presentation

Help

Images must have alternate text (More info)

Nodes (1) 
Node #1
Target: img
HTML: <img src="static/media/avatar.b2e849aa.jpg" class="jss3">
Failure Summary: Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element has no title attribute or the title attribute is empty Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none"

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 2616 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1123) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiAvatar</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">sm</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #8
Target: div > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>src</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #9
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">static/media/avatar.b2e849aa.jpg</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #10
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">static/media/avatar.b2e849aa.jpg</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #11
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">static/media/avatar.b2e849aa.jpg</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #12
Target: div > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #14
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #15
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #16
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #17
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #18
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #19
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #22
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>Size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #23
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #24
Target: td:nth-child(4) > span
HTML: <span>md</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #25
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #26
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #27
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">presence</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>Element</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #32
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">alt</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: tr:nth-child(5) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">childrenClassName</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: tr:nth-child(5) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(5) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(5) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(6) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">component</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(6) > td:nth-child(2) > span
HTML: <span>ElementType&lt;AvatarProps&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(6) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(6) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(7) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">imgProps</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(7) > td:nth-child(2) > span
HTML: <span>HtmlHTMLAttributes&lt;HTMLImageElement&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(7) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(7) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(8) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">sizes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(8) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: tr:nth-child(8) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: tr:nth-child(8) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #53
Target: tr:nth-child(9) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">src</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #54
Target: tr:nth-child(9) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #55
Target: tr:nth-child(9) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #56
Target: tr:nth-child(9) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #57
Target: tr:nth-child(10) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">srcSet</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #58
Target: tr:nth-child(10) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #59
Target: tr:nth-child(10) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #60
Target: tr:nth-child(10) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #61
Target: tr:nth-child(11) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultChecked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #62
Target: tr:nth-child(11) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #63
Target: tr:nth-child(11) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #64
Target: tr:nth-child(11) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #65
Target: tr:nth-child(12) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultValue</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #66
Target: tr:nth-child(12) > td:nth-child(2) > span
HTML: <span>string | string[]</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #67
Target: tr:nth-child(12) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #68
Target: tr:nth-child(12) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #69
Target: tr:nth-child(13) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressContentEditableWarning</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #70
Target: tr:nth-child(13) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #71
Target: tr:nth-child(13) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #72
Target: tr:nth-child(13) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #73
Target: tr:nth-child(14) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressHydrationWarning</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #74
Target: tr:nth-child(14) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #75
Target: tr:nth-child(14) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #76
Target: tr:nth-child(14) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #77
Target: tr:nth-child(15) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">accessKey</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #78
Target: tr:nth-child(15) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #79
Target: tr:nth-child(15) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #80
Target: tr:nth-child(15) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #81
Target: tr:nth-child(16) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">className</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #82
Target: tr:nth-child(16) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #83
Target: tr:nth-child(16) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #84
Target: tr:nth-child(16) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #85
Target: tr:nth-child(17) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contentEditable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #86
Target: tr:nth-child(17) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #87
Target: tr:nth-child(17) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #88
Target: tr:nth-child(17) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #89
Target: tr:nth-child(18) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contextMenu</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #90
Target: tr:nth-child(18) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #91
Target: tr:nth-child(18) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #92
Target: tr:nth-child(18) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #93
Target: tr:nth-child(19) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dir</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #94
Target: tr:nth-child(19) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #95
Target: tr:nth-child(19) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #96
Target: tr:nth-child(19) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #97
Target: tr:nth-child(20) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">draggable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #98
Target: tr:nth-child(20) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #99
Target: tr:nth-child(20) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #100
Target: tr:nth-child(20) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #101
Target: tr:nth-child(21) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">hidden</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #102
Target: tr:nth-child(21) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #103
Target: tr:nth-child(21) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #104
Target: tr:nth-child(21) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #105
Target: tr:nth-child(22) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">id</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #106
Target: tr:nth-child(22) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #107
Target: tr:nth-child(22) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #108
Target: tr:nth-child(22) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #109
Target: tr:nth-child(23) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">lang</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #110
Target: tr:nth-child(23) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #111
Target: tr:nth-child(23) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #112
Target: tr:nth-child(23) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #113
Target: tr:nth-child(24) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">placeholder</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #114
Target: tr:nth-child(24) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #115
Target: tr:nth-child(24) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #116
Target: tr:nth-child(24) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #117
Target: tr:nth-child(25) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">slot</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #118
Target: tr:nth-child(25) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #119
Target: tr:nth-child(25) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #120
Target: tr:nth-child(25) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #121
Target: tr:nth-child(26) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">spellCheck</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #122
Target: tr:nth-child(26) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #123
Target: tr:nth-child(26) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #124
Target: tr:nth-child(26) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #125
Target: tr:nth-child(27) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">style</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #126
Target: tr:nth-child(27) > td:nth-child(2) > span
HTML: <span>CSSProperties</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #127
Target: tr:nth-child(27) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #128
Target: tr:nth-child(27) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #129
Target: tr:nth-child(28) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">tabIndex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #130
Target: tr:nth-child(28) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #131
Target: tr:nth-child(28) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #132
Target: tr:nth-child(28) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #133
Target: tr:nth-child(29) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">title</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #134
Target: tr:nth-child(29) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #135
Target: tr:nth-child(29) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #136
Target: tr:nth-child(29) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #137
Target: tr:nth-child(30) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inputMode</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #138
Target: tr:nth-child(30) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #139
Target: tr:nth-child(30) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #140
Target: tr:nth-child(30) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #141
Target: tr:nth-child(31) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">is</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #142
Target: tr:nth-child(31) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #143
Target: tr:nth-child(31) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #144
Target: tr:nth-child(31) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #145
Target: tr:nth-child(32) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">radioGroup</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #146
Target: tr:nth-child(32) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #147
Target: tr:nth-child(32) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #148
Target: tr:nth-child(32) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #149
Target: tr:nth-child(33) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">role</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #150
Target: tr:nth-child(33) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #151
Target: tr:nth-child(33) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #152
Target: tr:nth-child(33) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #153
Target: tr:nth-child(34) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">about</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #154
Target: tr:nth-child(34) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #155
Target: tr:nth-child(34) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #156
Target: tr:nth-child(34) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #157
Target: tr:nth-child(35) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">datatype</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #158
Target: tr:nth-child(35) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #159
Target: tr:nth-child(35) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #160
Target: tr:nth-child(35) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #161
Target: tr:nth-child(36) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inlist</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #162
Target: tr:nth-child(36) > td:nth-child(2) > span
HTML: <span>any</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #163
Target: tr:nth-child(36) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #164
Target: tr:nth-child(36) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #165
Target: tr:nth-child(37) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">prefix</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #166
Target: tr:nth-child(37) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #167
Target: tr:nth-child(37) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #168
Target: tr:nth-child(37) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #169
Target: tr:nth-child(38) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">property</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #170
Target: tr:nth-child(38) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #171
Target: tr:nth-child(38) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #172
Target: tr:nth-child(38) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #173
Target: tr:nth-child(39) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">resource</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #174
Target: tr:nth-child(39) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #175
Target: tr:nth-child(39) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #176
Target: tr:nth-child(39) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #177
Target: tr:nth-child(40) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">typeof</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #178
Target: tr:nth-child(40) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #179
Target: tr:nth-child(40) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #180
Target: tr:nth-child(40) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #181
Target: tr:nth-child(41) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">vocab</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #182
Target: tr:nth-child(41) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #183
Target: tr:nth-child(41) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #184
Target: tr:nth-child(41) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #185
Target: tr:nth-child(42) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCapitalize</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #186
Target: tr:nth-child(42) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #187
Target: tr:nth-child(42) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #188
Target: tr:nth-child(42) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #189
Target: tr:nth-child(43) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCorrect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #190
Target: tr:nth-child(43) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #191
Target: tr:nth-child(43) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #192
Target: tr:nth-child(43) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #193
Target: tr:nth-child(44) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoSave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #194
Target: tr:nth-child(44) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #195
Target: tr:nth-child(44) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #196
Target: tr:nth-child(44) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #197
Target: tr:nth-child(45) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemProp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #198
Target: tr:nth-child(45) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #199
Target: tr:nth-child(45) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #200
Target: tr:nth-child(45) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #201
Target: tr:nth-child(46) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemScope</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #202
Target: tr:nth-child(46) > td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #203
Target: tr:nth-child(46) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #204
Target: tr:nth-child(46) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #205
Target: tr:nth-child(47) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemType</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #206
Target: tr:nth-child(47) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #207
Target: tr:nth-child(47) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #208
Target: tr:nth-child(47) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #209
Target: tr:nth-child(48) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemID</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #210
Target: tr:nth-child(48) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #211
Target: tr:nth-child(48) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #212
Target: tr:nth-child(48) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #213
Target: tr:nth-child(49) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemRef</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #214
Target: tr:nth-child(49) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #215
Target: tr:nth-child(49) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #216
Target: tr:nth-child(49) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #217
Target: tr:nth-child(50) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">results</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #218
Target: tr:nth-child(50) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #219
Target: tr:nth-child(50) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #220
Target: tr:nth-child(50) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #221
Target: tr:nth-child(51) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">security</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #222
Target: tr:nth-child(51) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #223
Target: tr:nth-child(51) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #224
Target: tr:nth-child(51) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #225
Target: tr:nth-child(52) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">unselectable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #226
Target: tr:nth-child(52) > td:nth-child(2) > span
HTML: <span>"on" | "off"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #227
Target: tr:nth-child(52) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #228
Target: tr:nth-child(52) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #229
Target: tr:nth-child(53) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-activedescendant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #230
Target: tr:nth-child(53) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #231
Target: tr:nth-child(53) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #232
Target: tr:nth-child(53) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #233
Target: tr:nth-child(53) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #234
Target: tr:nth-child(54) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-atomic</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #235
Target: tr:nth-child(54) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #236
Target: tr:nth-child(54) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #237
Target: tr:nth-child(54) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #238
Target: tr:nth-child(54) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #239
Target: tr:nth-child(55) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-autocomplete</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #240
Target: tr:nth-child(55) > td:nth-child(2) > span
HTML: <span>"none" | "inline" | "list" | "both"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #241
Target: tr:nth-child(55) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #242
Target: tr:nth-child(55) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #243
Target: tr:nth-child(55) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #244
Target: tr:nth-child(56) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-busy</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #245
Target: tr:nth-child(56) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #246
Target: tr:nth-child(56) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #247
Target: tr:nth-child(56) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #248
Target: tr:nth-child(56) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #249
Target: tr:nth-child(57) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-checked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #250
Target: tr:nth-child(57) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "mixed"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #251
Target: tr:nth-child(57) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #252
Target: tr:nth-child(57) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #253
Target: tr:nth-child(57) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #254
Target: tr:nth-child(58) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colcount</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #255
Target: tr:nth-child(58) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #256
Target: tr:nth-child(58) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #257
Target: tr:nth-child(58) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #258
Target: tr:nth-child(58) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the total number of columns in a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #259
Target: tr:nth-child(59) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colindex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #260
Target: tr:nth-child(59) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #261
Target: tr:nth-child(59) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #262
Target: tr:nth-child(59) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #263
Target: tr:nth-child(59) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #264
Target: tr:nth-child(60) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colspan</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #265
Target: tr:nth-child(60) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #266
Target: tr:nth-child(60) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #267
Target: tr:nth-child(60) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #268
Target: tr:nth-child(60) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #269
Target: tr:nth-child(61) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-controls</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #270
Target: tr:nth-child(61) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #271
Target: tr:nth-child(61) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #272
Target: tr:nth-child(61) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #273
Target: tr:nth-child(61) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) whose contents or presence are controlled by the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #274
Target: tr:nth-child(62) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-current</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #275
Target: tr:nth-child(62) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #276
Target: tr:nth-child(62) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #277
Target: tr:nth-child(62) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #278
Target: tr:nth-child(62) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the element that represents the current item within a container or set of related elements.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #279
Target: tr:nth-child(63) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-describedby</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #280
Target: tr:nth-child(63) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #281
Target: tr:nth-child(63) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #282
Target: tr:nth-child(63) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #283
Target: tr:nth-child(63) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) that describes the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #284
Target: tr:nth-child(64) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-details</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #285
Target: tr:nth-child(64) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #286
Target: tr:nth-child(64) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #287
Target: tr:nth-child(64) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #288
Target: tr:nth-child(64) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element that provides a detailed, extended description for the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #289
Target: tr:nth-child(65) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #290
Target: tr:nth-child(65) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #291
Target: tr:nth-child(65) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #292
Target: tr:nth-child(65) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #293
Target: tr:nth-child(65) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #294
Target: tr:nth-child(66) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-dropeffect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #295
Target: tr:nth-child(66) > td:nth-child(2) > span
HTML: <span>"none" | "copy" | "execute" | "link" | "move" | "popup"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #296
Target: tr:nth-child(66) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #297
Target: tr:nth-child(66) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #298
Target: tr:nth-child(66) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates what functions can be performed when a dragged object is released on the drop target.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #299
Target: tr:nth-child(67) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-errormessage</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #300
Target: tr:nth-child(67) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #301
Target: tr:nth-child(67) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #302
Target: tr:nth-child(67) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #303
Target: tr:nth-child(67) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element that provides an error message for the object.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #304
Target: tr:nth-child(68) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-expanded</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #305
Target: tr:nth-child(68) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #306
Target: tr:nth-child(68) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #307
Target: tr:nth-child(68) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #308
Target: tr:nth-child(68) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #309
Target: tr:nth-child(69) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-flowto</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #310
Target: tr:nth-child(69) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #311
Target: tr:nth-child(69) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #312
Target: tr:nth-child(69) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #313
Target: tr:nth-child(69) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #314
Target: tr:nth-child(69) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> allows assistive technology to override the general default of reading in document source order.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #315
Target: tr:nth-child(70) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-grabbed</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #316
Target: tr:nth-child(70) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #317
Target: tr:nth-child(70) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #318
Target: tr:nth-child(70) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #319
Target: tr:nth-child(70) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates an element's "grabbed" state in a drag-and-drop operation.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #320
Target: tr:nth-child(71) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-haspopup</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #321
Target: tr:nth-child(71) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #322
Target: tr:nth-child(71) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #323
Target: tr:nth-child(71) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #324
Target: tr:nth-child(71) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #325
Target: tr:nth-child(72) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-hidden</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #326
Target: tr:nth-child(72) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #327
Target: tr:nth-child(72) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #328
Target: tr:nth-child(72) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #329
Target: tr:nth-child(72) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates whether the element is exposed to an accessibility API.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #330
Target: tr:nth-child(73) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-invalid</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #331
Target: tr:nth-child(73) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "grammar" | "spelling"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #332
Target: tr:nth-child(73) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #333
Target: tr:nth-child(73) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #334
Target: tr:nth-child(73) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the entered value does not conform to the format expected by the application.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #335
Target: tr:nth-child(74) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-keyshortcuts</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #336
Target: tr:nth-child(74) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #337
Target: tr:nth-child(74) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #338
Target: tr:nth-child(74) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #339
Target: tr:nth-child(74) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #340
Target: tr:nth-child(75) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-label</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #341
Target: tr:nth-child(75) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #342
Target: tr:nth-child(75) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #343
Target: tr:nth-child(75) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #344
Target: tr:nth-child(75) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines a string value that labels the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #345
Target: tr:nth-child(76) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-labelledby</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #346
Target: tr:nth-child(76) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #347
Target: tr:nth-child(76) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #348
Target: tr:nth-child(76) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #349
Target: tr:nth-child(76) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies the element (or elements) that labels the current element.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #350
Target: tr:nth-child(77) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-level</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #351
Target: tr:nth-child(77) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #352
Target: tr:nth-child(77) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #353
Target: tr:nth-child(77) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #354
Target: tr:nth-child(77) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the hierarchical level of an element within a structure.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #355
Target: tr:nth-child(78) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-live</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #356
Target: tr:nth-child(78) > td:nth-child(2) > span
HTML: <span>"off" | "assertive" | "polite"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #357
Target: tr:nth-child(78) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #358
Target: tr:nth-child(78) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #359
Target: tr:nth-child(78) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #360
Target: tr:nth-child(79) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-modal</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #361
Target: tr:nth-child(79) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #362
Target: tr:nth-child(79) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #363
Target: tr:nth-child(79) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #364
Target: tr:nth-child(79) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether an element is modal when displayed.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #365
Target: tr:nth-child(80) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiline</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #366
Target: tr:nth-child(80) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #367
Target: tr:nth-child(80) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #368
Target: tr:nth-child(80) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #369
Target: tr:nth-child(80) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether a text box accepts multiple lines of input or only a single line.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #370
Target: tr:nth-child(81) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiselectable</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #371
Target: tr:nth-child(81) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #372
Target: tr:nth-child(81) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #373
Target: tr:nth-child(81) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #374
Target: tr:nth-child(81) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that the user may select more than one item from the current selectable descendants.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #375
Target: tr:nth-child(82) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-orientation</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #376
Target: tr:nth-child(82) > td:nth-child(2) > span
HTML: <span>"horizontal" | "vertical"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #377
Target: tr:nth-child(82) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #378
Target: tr:nth-child(82) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #379
Target: tr:nth-child(82) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #380
Target: tr:nth-child(83) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-owns</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #381
Target: tr:nth-child(83) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #382
Target: tr:nth-child(83) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #383
Target: tr:nth-child(83) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #384
Target: tr:nth-child(83) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #385
Target: tr:nth-child(83) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> between DOM elements where the DOM hierarchy cannot be used to represent the relationship.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #386
Target: tr:nth-child(84) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-placeholder</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #387
Target: tr:nth-child(84) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #388
Target: tr:nth-child(84) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #389
Target: tr:nth-child(84) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #390
Target: tr:nth-child(84) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #391
Target: tr:nth-child(84) > td:nth-child(5) > span:nth-child(2)
HTML: <span><br> A hint could be a sample value or a brief description of the expected format.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #392
Target: tr:nth-child(85) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-posinset</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #393
Target: tr:nth-child(85) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #394
Target: tr:nth-child(85) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #395
Target: tr:nth-child(85) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #396
Target: tr:nth-child(85) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #397
Target: tr:nth-child(86) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-pressed</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #398
Target: tr:nth-child(86) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true" | "mixed"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #399
Target: tr:nth-child(86) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #400
Target: tr:nth-child(86) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #401
Target: tr:nth-child(86) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "pressed" state of toggle buttons.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #402
Target: tr:nth-child(87) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-readonly</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #403
Target: tr:nth-child(87) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #404
Target: tr:nth-child(87) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #405
Target: tr:nth-child(87) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #406
Target: tr:nth-child(87) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates that the element is not editable, but is otherwise operable.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #407
Target: tr:nth-child(88) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-relevant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #408
Target: tr:nth-child(88) > td:nth-child(2) > span
HTML: <span>"additions" | "additions text" | "all" | "removals" | "text"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #409
Target: tr:nth-child(88) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #410
Target: tr:nth-child(88) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #411
Target: tr:nth-child(88) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #412
Target: tr:nth-child(89) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-required</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #413
Target: tr:nth-child(89) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #414
Target: tr:nth-child(89) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #415
Target: tr:nth-child(89) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #416
Target: tr:nth-child(89) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that user input is required on the element before a form may be submitted.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #417
Target: tr:nth-child(90) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-roledescription</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #418
Target: tr:nth-child(90) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #419
Target: tr:nth-child(90) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #420
Target: tr:nth-child(90) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #421
Target: tr:nth-child(90) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines a human-readable, author-localized description for the role of an element.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #422
Target: tr:nth-child(91) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowcount</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #423
Target: tr:nth-child(91) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #424
Target: tr:nth-child(91) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #425
Target: tr:nth-child(91) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #426
Target: tr:nth-child(91) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the total number of rows in a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #427
Target: tr:nth-child(92) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowindex</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #428
Target: tr:nth-child(92) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #429
Target: tr:nth-child(92) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #430
Target: tr:nth-child(92) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #431
Target: tr:nth-child(92) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #432
Target: tr:nth-child(93) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowspan</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #433
Target: tr:nth-child(93) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #434
Target: tr:nth-child(93) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #435
Target: tr:nth-child(93) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #436
Target: tr:nth-child(93) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #437
Target: tr:nth-child(94) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-selected</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #438
Target: tr:nth-child(94) > td:nth-child(2) > span
HTML: <span>boolean | "false" | "true"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #439
Target: tr:nth-child(94) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #440
Target: tr:nth-child(94) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #441
Target: tr:nth-child(94) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Indicates the current "selected" state of various widgets.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #442
Target: tr:nth-child(95) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-setsize</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #443
Target: tr:nth-child(95) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #444
Target: tr:nth-child(95) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #445
Target: tr:nth-child(95) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #446
Target: tr:nth-child(95) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #447
Target: tr:nth-child(96) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-sort</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #448
Target: tr:nth-child(96) > td:nth-child(2) > span
HTML: <span>"none" | "ascending" | "descending" | "other"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #449
Target: tr:nth-child(96) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #450
Target: tr:nth-child(96) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #451
Target: tr:nth-child(96) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates if items in a table or grid are sorted in ascending or descending order.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #452
Target: tr:nth-child(97) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemax</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #453
Target: tr:nth-child(97) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #454
Target: tr:nth-child(97) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #455
Target: tr:nth-child(97) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #456
Target: tr:nth-child(97) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the maximum allowed value for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #457
Target: tr:nth-child(98) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemin</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #458
Target: tr:nth-child(98) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #459
Target: tr:nth-child(98) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #460
Target: tr:nth-child(98) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #461
Target: tr:nth-child(98) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the minimum allowed value for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #462
Target: tr:nth-child(99) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuenow</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #463
Target: tr:nth-child(99) > td:nth-child(2) > span
HTML: <span>number</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #464
Target: tr:nth-child(99) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #465
Target: tr:nth-child(99) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #466
Target: tr:nth-child(99) > td:nth-child(5) > span:nth-child(1)
HTML: <span> Defines the current value for a range widget.</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #467
Target: tr:nth-child(100) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuetext</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #468
Target: tr:nth-child(100) > td:nth-child(2) > span
HTML: <span>string</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #469
Target: tr:nth-child(100) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #470
Target: tr:nth-child(100) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #471
Target: tr:nth-child(100) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the human readable text alternative of aria-valuenow for a range widget.</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #472
Target: tr:nth-child(101) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dangerouslySetInnerHTML</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #473
Target: tr:nth-child(101) > td:nth-child(2) > span
HTML: <span>{ __html: string; }</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #474
Target: tr:nth-child(101) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #475
Target: tr:nth-child(101) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #476
Target: tr:nth-child(102) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopy</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #477
Target: tr:nth-child(102) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #478
Target: tr:nth-child(102) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #479
Target: tr:nth-child(102) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #480
Target: tr:nth-child(103) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopyCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #481
Target: tr:nth-child(103) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #482
Target: tr:nth-child(103) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #483
Target: tr:nth-child(103) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #484
Target: tr:nth-child(104) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #485
Target: tr:nth-child(104) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #486
Target: tr:nth-child(104) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #487
Target: tr:nth-child(104) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #488
Target: tr:nth-child(105) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #489
Target: tr:nth-child(105) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #490
Target: tr:nth-child(105) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #491
Target: tr:nth-child(105) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #492
Target: tr:nth-child(106) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPaste</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #493
Target: tr:nth-child(106) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #494
Target: tr:nth-child(106) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #495
Target: tr:nth-child(106) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #496
Target: tr:nth-child(107) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPasteCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #497
Target: tr:nth-child(107) > td:nth-child(2) > span
HTML: <span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #498
Target: tr:nth-child(107) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #499
Target: tr:nth-child(107) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #500
Target: tr:nth-child(108) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #501
Target: tr:nth-child(108) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #502
Target: tr:nth-child(108) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #503
Target: tr:nth-child(108) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #504
Target: tr:nth-child(109) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #505
Target: tr:nth-child(109) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #506
Target: tr:nth-child(109) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #507
Target: tr:nth-child(109) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #508
Target: tr:nth-child(110) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #509
Target: tr:nth-child(110) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #510
Target: tr:nth-child(110) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #511
Target: tr:nth-child(110) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #512
Target: tr:nth-child(111) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #513
Target: tr:nth-child(111) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #514
Target: tr:nth-child(111) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #515
Target: tr:nth-child(111) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #516
Target: tr:nth-child(112) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdate</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #517
Target: tr:nth-child(112) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #518
Target: tr:nth-child(112) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #519
Target: tr:nth-child(112) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #520
Target: tr:nth-child(113) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdateCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #521
Target: tr:nth-child(113) > td:nth-child(2) > span
HTML: <span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #522
Target: tr:nth-child(113) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #523
Target: tr:nth-child(113) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #524
Target: tr:nth-child(114) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocus</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #525
Target: tr:nth-child(114) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #526
Target: tr:nth-child(114) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #527
Target: tr:nth-child(114) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #528
Target: tr:nth-child(115) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocusCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #529
Target: tr:nth-child(115) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #530
Target: tr:nth-child(115) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #531
Target: tr:nth-child(115) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #532
Target: tr:nth-child(116) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlur</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #533
Target: tr:nth-child(116) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #534
Target: tr:nth-child(116) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #535
Target: tr:nth-child(116) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #536
Target: tr:nth-child(117) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlurCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #537
Target: tr:nth-child(117) > td:nth-child(2) > span
HTML: <span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #538
Target: tr:nth-child(117) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #539
Target: tr:nth-child(117) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #540
Target: tr:nth-child(118) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #541
Target: tr:nth-child(118) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #542
Target: tr:nth-child(118) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #543
Target: tr:nth-child(118) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #544
Target: tr:nth-child(119) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #545
Target: tr:nth-child(119) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #546
Target: tr:nth-child(119) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #547
Target: tr:nth-child(119) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #548
Target: tr:nth-child(120) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInput</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #549
Target: tr:nth-child(120) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #550
Target: tr:nth-child(120) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #551
Target: tr:nth-child(120) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #552
Target: tr:nth-child(121) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInputCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #553
Target: tr:nth-child(121) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #554
Target: tr:nth-child(121) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #555
Target: tr:nth-child(121) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #556
Target: tr:nth-child(122) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInput</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #557
Target: tr:nth-child(122) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #558
Target: tr:nth-child(122) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #559
Target: tr:nth-child(122) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #560
Target: tr:nth-child(123) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInputCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #561
Target: tr:nth-child(123) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #562
Target: tr:nth-child(123) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #563
Target: tr:nth-child(123) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #564
Target: tr:nth-child(124) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onReset</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #565
Target: tr:nth-child(124) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #566
Target: tr:nth-child(124) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #567
Target: tr:nth-child(124) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #568
Target: tr:nth-child(125) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onResetCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #569
Target: tr:nth-child(125) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #570
Target: tr:nth-child(125) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #571
Target: tr:nth-child(125) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #572
Target: tr:nth-child(126) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmit</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #573
Target: tr:nth-child(126) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #574
Target: tr:nth-child(126) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #575
Target: tr:nth-child(126) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #576
Target: tr:nth-child(127) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmitCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #577
Target: tr:nth-child(127) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #578
Target: tr:nth-child(127) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #579
Target: tr:nth-child(127) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #580
Target: tr:nth-child(128) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalid</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #581
Target: tr:nth-child(128) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #582
Target: tr:nth-child(128) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #583
Target: tr:nth-child(128) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #584
Target: tr:nth-child(129) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalidCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #585
Target: tr:nth-child(129) > td:nth-child(2) > span
HTML: <span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #586
Target: tr:nth-child(129) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #587
Target: tr:nth-child(129) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #588
Target: tr:nth-child(130) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoad</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #589
Target: tr:nth-child(130) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #590
Target: tr:nth-child(130) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #591
Target: tr:nth-child(130) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #592
Target: tr:nth-child(131) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #593
Target: tr:nth-child(131) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #594
Target: tr:nth-child(131) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #595
Target: tr:nth-child(131) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #596
Target: tr:nth-child(132) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onError</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #597
Target: tr:nth-child(132) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #598
Target: tr:nth-child(132) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #599
Target: tr:nth-child(132) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #600
Target: tr:nth-child(133) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onErrorCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #601
Target: tr:nth-child(133) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #602
Target: tr:nth-child(133) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #603
Target: tr:nth-child(133) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #604
Target: tr:nth-child(134) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #605
Target: tr:nth-child(134) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #606
Target: tr:nth-child(134) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #607
Target: tr:nth-child(134) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #608
Target: tr:nth-child(135) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #609
Target: tr:nth-child(135) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #610
Target: tr:nth-child(135) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #611
Target: tr:nth-child(135) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #612
Target: tr:nth-child(136) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPress</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #613
Target: tr:nth-child(136) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #614
Target: tr:nth-child(136) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #615
Target: tr:nth-child(136) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #616
Target: tr:nth-child(137) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPressCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #617
Target: tr:nth-child(137) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #618
Target: tr:nth-child(137) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #619
Target: tr:nth-child(137) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #620
Target: tr:nth-child(138) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #621
Target: tr:nth-child(138) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #622
Target: tr:nth-child(138) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #623
Target: tr:nth-child(138) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #624
Target: tr:nth-child(139) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #625
Target: tr:nth-child(139) > td:nth-child(2) > span
HTML: <span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #626
Target: tr:nth-child(139) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #627
Target: tr:nth-child(139) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #628
Target: tr:nth-child(140) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbort</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #629
Target: tr:nth-child(140) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #630
Target: tr:nth-child(140) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #631
Target: tr:nth-child(140) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #632
Target: tr:nth-child(141) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbortCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #633
Target: tr:nth-child(141) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #634
Target: tr:nth-child(141) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #635
Target: tr:nth-child(141) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #636
Target: tr:nth-child(142) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlay</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #637
Target: tr:nth-child(142) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #638
Target: tr:nth-child(142) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #639
Target: tr:nth-child(142) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #640
Target: tr:nth-child(143) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #641
Target: tr:nth-child(143) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #642
Target: tr:nth-child(143) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #643
Target: tr:nth-child(143) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #644
Target: tr:nth-child(144) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThrough</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #645
Target: tr:nth-child(144) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #646
Target: tr:nth-child(144) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #647
Target: tr:nth-child(144) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #648
Target: tr:nth-child(145) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThroughCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #649
Target: tr:nth-child(145) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #650
Target: tr:nth-child(145) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #651
Target: tr:nth-child(145) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #652
Target: tr:nth-child(146) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #653
Target: tr:nth-child(146) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #654
Target: tr:nth-child(146) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #655
Target: tr:nth-child(146) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #656
Target: tr:nth-child(147) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #657
Target: tr:nth-child(147) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #658
Target: tr:nth-child(147) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #659
Target: tr:nth-child(147) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #660
Target: tr:nth-child(148) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptied</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #661
Target: tr:nth-child(148) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #662
Target: tr:nth-child(148) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #663
Target: tr:nth-child(148) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #664
Target: tr:nth-child(149) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptiedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #665
Target: tr:nth-child(149) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #666
Target: tr:nth-child(149) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #667
Target: tr:nth-child(149) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #668
Target: tr:nth-child(150) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncrypted</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #669
Target: tr:nth-child(150) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #670
Target: tr:nth-child(150) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #671
Target: tr:nth-child(150) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #672
Target: tr:nth-child(151) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncryptedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #673
Target: tr:nth-child(151) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #674
Target: tr:nth-child(151) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #675
Target: tr:nth-child(151) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #676
Target: tr:nth-child(152) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEnded</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #677
Target: tr:nth-child(152) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #678
Target: tr:nth-child(152) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #679
Target: tr:nth-child(152) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #680
Target: tr:nth-child(153) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEndedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #681
Target: tr:nth-child(153) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #682
Target: tr:nth-child(153) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #683
Target: tr:nth-child(153) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #684
Target: tr:nth-child(154) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedData</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #685
Target: tr:nth-child(154) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #686
Target: tr:nth-child(154) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #687
Target: tr:nth-child(154) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #688
Target: tr:nth-child(155) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedDataCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #689
Target: tr:nth-child(155) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #690
Target: tr:nth-child(155) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #691
Target: tr:nth-child(155) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #692
Target: tr:nth-child(156) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadata</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #693
Target: tr:nth-child(156) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #694
Target: tr:nth-child(156) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #695
Target: tr:nth-child(156) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #696
Target: tr:nth-child(157) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadataCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #697
Target: tr:nth-child(157) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #698
Target: tr:nth-child(157) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #699
Target: tr:nth-child(157) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #700
Target: tr:nth-child(158) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #701
Target: tr:nth-child(158) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #702
Target: tr:nth-child(158) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #703
Target: tr:nth-child(158) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #704
Target: tr:nth-child(159) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #705
Target: tr:nth-child(159) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #706
Target: tr:nth-child(159) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #707
Target: tr:nth-child(159) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #708
Target: tr:nth-child(160) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPause</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #709
Target: tr:nth-child(160) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #710
Target: tr:nth-child(160) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #711
Target: tr:nth-child(160) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #712
Target: tr:nth-child(161) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPauseCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #713
Target: tr:nth-child(161) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #714
Target: tr:nth-child(161) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #715
Target: tr:nth-child(161) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #716
Target: tr:nth-child(162) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlay</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #717
Target: tr:nth-child(162) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #718
Target: tr:nth-child(162) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #719
Target: tr:nth-child(162) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #720
Target: tr:nth-child(163) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #721
Target: tr:nth-child(163) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #722
Target: tr:nth-child(163) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #723
Target: tr:nth-child(163) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #724
Target: tr:nth-child(164) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlaying</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #725
Target: tr:nth-child(164) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #726
Target: tr:nth-child(164) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #727
Target: tr:nth-child(164) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #728
Target: tr:nth-child(165) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #729
Target: tr:nth-child(165) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #730
Target: tr:nth-child(165) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #731
Target: tr:nth-child(165) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #732
Target: tr:nth-child(166) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgress</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #733
Target: tr:nth-child(166) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #734
Target: tr:nth-child(166) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #735
Target: tr:nth-child(166) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #736
Target: tr:nth-child(167) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgressCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #737
Target: tr:nth-child(167) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #738
Target: tr:nth-child(167) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #739
Target: tr:nth-child(167) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #740
Target: tr:nth-child(168) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #741
Target: tr:nth-child(168) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #742
Target: tr:nth-child(168) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #743
Target: tr:nth-child(168) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #744
Target: tr:nth-child(169) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #745
Target: tr:nth-child(169) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #746
Target: tr:nth-child(169) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #747
Target: tr:nth-child(169) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #748
Target: tr:nth-child(170) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeked</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #749
Target: tr:nth-child(170) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #750
Target: tr:nth-child(170) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #751
Target: tr:nth-child(170) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #752
Target: tr:nth-child(171) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekedCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #753
Target: tr:nth-child(171) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #754
Target: tr:nth-child(171) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #755
Target: tr:nth-child(171) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #756
Target: tr:nth-child(172) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeking</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #757
Target: tr:nth-child(172) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #758
Target: tr:nth-child(172) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #759
Target: tr:nth-child(172) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #760
Target: tr:nth-child(173) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #761
Target: tr:nth-child(173) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #762
Target: tr:nth-child(173) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #763
Target: tr:nth-child(173) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #764
Target: tr:nth-child(174) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #765
Target: tr:nth-child(174) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #766
Target: tr:nth-child(174) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #767
Target: tr:nth-child(174) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #768
Target: tr:nth-child(175) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalledCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #769
Target: tr:nth-child(175) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #770
Target: tr:nth-child(175) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #771
Target: tr:nth-child(175) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #772
Target: tr:nth-child(176) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspend</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #773
Target: tr:nth-child(176) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #774
Target: tr:nth-child(176) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #775
Target: tr:nth-child(176) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #776
Target: tr:nth-child(177) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspendCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #777
Target: tr:nth-child(177) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #778
Target: tr:nth-child(177) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #779
Target: tr:nth-child(177) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #780
Target: tr:nth-child(178) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdate</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #781
Target: tr:nth-child(178) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #782
Target: tr:nth-child(178) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #783
Target: tr:nth-child(178) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #784
Target: tr:nth-child(179) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdateCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #785
Target: tr:nth-child(179) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #786
Target: tr:nth-child(179) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #787
Target: tr:nth-child(179) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #788
Target: tr:nth-child(180) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChange</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #789
Target: tr:nth-child(180) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #790
Target: tr:nth-child(180) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #791
Target: tr:nth-child(180) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #792
Target: tr:nth-child(181) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChangeCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #793
Target: tr:nth-child(181) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #794
Target: tr:nth-child(181) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #795
Target: tr:nth-child(181) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #796
Target: tr:nth-child(182) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaiting</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #797
Target: tr:nth-child(182) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #798
Target: tr:nth-child(182) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #799
Target: tr:nth-child(182) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #800
Target: tr:nth-child(183) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaitingCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #801
Target: tr:nth-child(183) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #802
Target: tr:nth-child(183) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #803
Target: tr:nth-child(183) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #804
Target: tr:nth-child(184) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #805
Target: tr:nth-child(184) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #806
Target: tr:nth-child(184) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #807
Target: tr:nth-child(184) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #808
Target: tr:nth-child(185) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #809
Target: tr:nth-child(185) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #810
Target: tr:nth-child(185) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #811
Target: tr:nth-child(185) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #812
Target: tr:nth-child(186) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #813
Target: tr:nth-child(186) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #814
Target: tr:nth-child(186) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #815
Target: tr:nth-child(186) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #816
Target: tr:nth-child(187) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #817
Target: tr:nth-child(187) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #818
Target: tr:nth-child(187) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #819
Target: tr:nth-child(187) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #820
Target: tr:nth-child(188) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenu</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #821
Target: tr:nth-child(188) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #822
Target: tr:nth-child(188) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #823
Target: tr:nth-child(188) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #824
Target: tr:nth-child(189) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenuCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #825
Target: tr:nth-child(189) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #826
Target: tr:nth-child(189) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #827
Target: tr:nth-child(189) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #828
Target: tr:nth-child(190) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClick</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #829
Target: tr:nth-child(190) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #830
Target: tr:nth-child(190) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #831
Target: tr:nth-child(190) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #832
Target: tr:nth-child(191) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClickCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #833
Target: tr:nth-child(191) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #834
Target: tr:nth-child(191) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #835
Target: tr:nth-child(191) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #836
Target: tr:nth-child(192) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrag</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #837
Target: tr:nth-child(192) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #838
Target: tr:nth-child(192) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #839
Target: tr:nth-child(192) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #840
Target: tr:nth-child(193) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #841
Target: tr:nth-child(193) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #842
Target: tr:nth-child(193) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #843
Target: tr:nth-child(193) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #844
Target: tr:nth-child(194) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #845
Target: tr:nth-child(194) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #846
Target: tr:nth-child(194) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #847
Target: tr:nth-child(194) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #848
Target: tr:nth-child(195) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #849
Target: tr:nth-child(195) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #850
Target: tr:nth-child(195) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #851
Target: tr:nth-child(195) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #852
Target: tr:nth-child(196) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #853
Target: tr:nth-child(196) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #854
Target: tr:nth-child(196) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #855
Target: tr:nth-child(196) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #856
Target: tr:nth-child(197) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnterCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #857
Target: tr:nth-child(197) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #858
Target: tr:nth-child(197) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #859
Target: tr:nth-child(197) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #860
Target: tr:nth-child(198) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExit</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #861
Target: tr:nth-child(198) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #862
Target: tr:nth-child(198) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #863
Target: tr:nth-child(198) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #864
Target: tr:nth-child(199) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExitCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #865
Target: tr:nth-child(199) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #866
Target: tr:nth-child(199) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #867
Target: tr:nth-child(199) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #868
Target: tr:nth-child(200) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #869
Target: tr:nth-child(200) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #870
Target: tr:nth-child(200) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #871
Target: tr:nth-child(200) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #872
Target: tr:nth-child(201) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeaveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #873
Target: tr:nth-child(201) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #874
Target: tr:nth-child(201) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #875
Target: tr:nth-child(201) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #876
Target: tr:nth-child(202) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #877
Target: tr:nth-child(202) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #878
Target: tr:nth-child(202) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #879
Target: tr:nth-child(202) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #880
Target: tr:nth-child(203) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #881
Target: tr:nth-child(203) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #882
Target: tr:nth-child(203) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #883
Target: tr:nth-child(203) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #884
Target: tr:nth-child(204) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #885
Target: tr:nth-child(204) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #886
Target: tr:nth-child(204) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #887
Target: tr:nth-child(204) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #888
Target: tr:nth-child(205) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #889
Target: tr:nth-child(205) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #890
Target: tr:nth-child(205) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #891
Target: tr:nth-child(205) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #892
Target: tr:nth-child(206) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrop</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #893
Target: tr:nth-child(206) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #894
Target: tr:nth-child(206) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #895
Target: tr:nth-child(206) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #896
Target: tr:nth-child(207) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDropCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #897
Target: tr:nth-child(207) > td:nth-child(2) > span
HTML: <span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #898
Target: tr:nth-child(207) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #899
Target: tr:nth-child(207) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #900
Target: tr:nth-child(208) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #901
Target: tr:nth-child(208) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #902
Target: tr:nth-child(208) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #903
Target: tr:nth-child(208) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #904
Target: tr:nth-child(209) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #905
Target: tr:nth-child(209) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #906
Target: tr:nth-child(209) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #907
Target: tr:nth-child(209) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #908
Target: tr:nth-child(210) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #909
Target: tr:nth-child(210) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #910
Target: tr:nth-child(210) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #911
Target: tr:nth-child(210) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #912
Target: tr:nth-child(211) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #913
Target: tr:nth-child(211) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #914
Target: tr:nth-child(211) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #915
Target: tr:nth-child(211) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #916
Target: tr:nth-child(212) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #917
Target: tr:nth-child(212) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #918
Target: tr:nth-child(212) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #919
Target: tr:nth-child(212) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #920
Target: tr:nth-child(213) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #921
Target: tr:nth-child(213) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #922
Target: tr:nth-child(213) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #923
Target: tr:nth-child(213) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #924
Target: tr:nth-child(214) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #925
Target: tr:nth-child(214) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #926
Target: tr:nth-child(214) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #927
Target: tr:nth-child(214) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #928
Target: tr:nth-child(215) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #929
Target: tr:nth-child(215) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #930
Target: tr:nth-child(215) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #931
Target: tr:nth-child(215) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #932
Target: tr:nth-child(216) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #933
Target: tr:nth-child(216) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #934
Target: tr:nth-child(216) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #935
Target: tr:nth-child(216) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #936
Target: tr:nth-child(217) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #937
Target: tr:nth-child(217) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #938
Target: tr:nth-child(217) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #939
Target: tr:nth-child(217) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #940
Target: tr:nth-child(218) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #941
Target: tr:nth-child(218) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #942
Target: tr:nth-child(218) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #943
Target: tr:nth-child(218) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #944
Target: tr:nth-child(219) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #945
Target: tr:nth-child(219) > td:nth-child(2) > span
HTML: <span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #946
Target: tr:nth-child(219) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #947
Target: tr:nth-child(219) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #948
Target: tr:nth-child(220) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelect</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #949
Target: tr:nth-child(220) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #950
Target: tr:nth-child(220) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #951
Target: tr:nth-child(220) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #952
Target: tr:nth-child(221) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelectCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #953
Target: tr:nth-child(221) > td:nth-child(2) > span
HTML: <span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #954
Target: tr:nth-child(221) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #955
Target: tr:nth-child(221) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #956
Target: tr:nth-child(222) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #957
Target: tr:nth-child(222) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #958
Target: tr:nth-child(222) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #959
Target: tr:nth-child(222) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #960
Target: tr:nth-child(223) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #961
Target: tr:nth-child(223) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #962
Target: tr:nth-child(223) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #963
Target: tr:nth-child(223) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #964
Target: tr:nth-child(224) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #965
Target: tr:nth-child(224) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #966
Target: tr:nth-child(224) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #967
Target: tr:nth-child(224) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #968
Target: tr:nth-child(225) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #969
Target: tr:nth-child(225) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #970
Target: tr:nth-child(225) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #971
Target: tr:nth-child(225) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #972
Target: tr:nth-child(226) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #973
Target: tr:nth-child(226) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #974
Target: tr:nth-child(226) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #975
Target: tr:nth-child(226) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #976
Target: tr:nth-child(227) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #977
Target: tr:nth-child(227) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #978
Target: tr:nth-child(227) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #979
Target: tr:nth-child(227) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #980
Target: tr:nth-child(228) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #981
Target: tr:nth-child(228) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #982
Target: tr:nth-child(228) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #983
Target: tr:nth-child(228) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #984
Target: tr:nth-child(229) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #985
Target: tr:nth-child(229) > td:nth-child(2) > span
HTML: <span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #986
Target: tr:nth-child(229) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #987
Target: tr:nth-child(229) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #988
Target: tr:nth-child(230) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDown</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #989
Target: tr:nth-child(230) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #990
Target: tr:nth-child(230) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #991
Target: tr:nth-child(230) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #992
Target: tr:nth-child(231) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDownCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #993
Target: tr:nth-child(231) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #994
Target: tr:nth-child(231) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #995
Target: tr:nth-child(231) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #996
Target: tr:nth-child(232) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMove</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #997
Target: tr:nth-child(232) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #998
Target: tr:nth-child(232) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #999
Target: tr:nth-child(232) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1000
Target: tr:nth-child(233) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMoveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1001
Target: tr:nth-child(233) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1002
Target: tr:nth-child(233) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1003
Target: tr:nth-child(233) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1004
Target: tr:nth-child(234) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUp</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1005
Target: tr:nth-child(234) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1006
Target: tr:nth-child(234) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1007
Target: tr:nth-child(234) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1008
Target: tr:nth-child(235) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUpCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1009
Target: tr:nth-child(235) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1010
Target: tr:nth-child(235) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1011
Target: tr:nth-child(235) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1012
Target: tr:nth-child(236) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1013
Target: tr:nth-child(236) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1014
Target: tr:nth-child(236) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1015
Target: tr:nth-child(236) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1016
Target: tr:nth-child(237) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1017
Target: tr:nth-child(237) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1018
Target: tr:nth-child(237) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1019
Target: tr:nth-child(237) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1020
Target: tr:nth-child(238) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnter</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1021
Target: tr:nth-child(238) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1022
Target: tr:nth-child(238) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1023
Target: tr:nth-child(238) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1024
Target: tr:nth-child(239) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnterCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1025
Target: tr:nth-child(239) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1026
Target: tr:nth-child(239) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1027
Target: tr:nth-child(239) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1028
Target: tr:nth-child(240) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeave</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1029
Target: tr:nth-child(240) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1030
Target: tr:nth-child(240) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1031
Target: tr:nth-child(240) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1032
Target: tr:nth-child(241) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeaveCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1033
Target: tr:nth-child(241) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1034
Target: tr:nth-child(241) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1035
Target: tr:nth-child(241) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1036
Target: tr:nth-child(242) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOver</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1037
Target: tr:nth-child(242) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1038
Target: tr:nth-child(242) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1039
Target: tr:nth-child(242) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1040
Target: tr:nth-child(243) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOverCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1041
Target: tr:nth-child(243) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1042
Target: tr:nth-child(243) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1043
Target: tr:nth-child(243) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1044
Target: tr:nth-child(244) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOut</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1045
Target: tr:nth-child(244) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1046
Target: tr:nth-child(244) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1047
Target: tr:nth-child(244) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1048
Target: tr:nth-child(245) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOutCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1049
Target: tr:nth-child(245) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1050
Target: tr:nth-child(245) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1051
Target: tr:nth-child(245) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1052
Target: tr:nth-child(246) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1053
Target: tr:nth-child(246) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1054
Target: tr:nth-child(246) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1055
Target: tr:nth-child(246) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1056
Target: tr:nth-child(247) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCaptureCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1057
Target: tr:nth-child(247) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1058
Target: tr:nth-child(247) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1059
Target: tr:nth-child(247) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1060
Target: tr:nth-child(248) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1061
Target: tr:nth-child(248) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1062
Target: tr:nth-child(248) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1063
Target: tr:nth-child(248) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1064
Target: tr:nth-child(249) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCaptureCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1065
Target: tr:nth-child(249) > td:nth-child(2) > span
HTML: <span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1066
Target: tr:nth-child(249) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1067
Target: tr:nth-child(249) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1068
Target: tr:nth-child(250) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScroll</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1069
Target: tr:nth-child(250) > td:nth-child(2) > span
HTML: <span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1070
Target: tr:nth-child(250) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1071
Target: tr:nth-child(250) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1072
Target: tr:nth-child(251) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScrollCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1073
Target: tr:nth-child(251) > td:nth-child(2) > span
HTML: <span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1074
Target: tr:nth-child(251) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1075
Target: tr:nth-child(251) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1076
Target: tr:nth-child(252) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheel</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1077
Target: tr:nth-child(252) > td:nth-child(2) > span
HTML: <span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1078
Target: tr:nth-child(252) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1079
Target: tr:nth-child(252) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1080
Target: tr:nth-child(253) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheelCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1081
Target: tr:nth-child(253) > td:nth-child(2) > span
HTML: <span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1082
Target: tr:nth-child(253) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1083
Target: tr:nth-child(253) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1084
Target: tr:nth-child(254) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStart</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1085
Target: tr:nth-child(254) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1086
Target: tr:nth-child(254) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1087
Target: tr:nth-child(254) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1088
Target: tr:nth-child(255) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStartCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1089
Target: tr:nth-child(255) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1090
Target: tr:nth-child(255) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1091
Target: tr:nth-child(255) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1092
Target: tr:nth-child(256) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1093
Target: tr:nth-child(256) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1094
Target: tr:nth-child(256) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1095
Target: tr:nth-child(256) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1096
Target: tr:nth-child(257) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1097
Target: tr:nth-child(257) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1098
Target: tr:nth-child(257) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1099
Target: tr:nth-child(257) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1100
Target: tr:nth-child(258) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIteration</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1101
Target: tr:nth-child(258) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1102
Target: tr:nth-child(258) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1103
Target: tr:nth-child(258) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1104
Target: tr:nth-child(259) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIterationCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1105
Target: tr:nth-child(259) > td:nth-child(2) > span
HTML: <span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1106
Target: tr:nth-child(259) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1107
Target: tr:nth-child(259) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1108
Target: tr:nth-child(260) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEnd</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1109
Target: tr:nth-child(260) > td:nth-child(2) > span
HTML: <span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1110
Target: tr:nth-child(260) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1111
Target: tr:nth-child(260) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1112
Target: tr:nth-child(261) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEndCapture</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1113
Target: tr:nth-child(261) > td:nth-child(2) > span
HTML: <span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1114
Target: tr:nth-child(261) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1115
Target: tr:nth-child(261) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1116
Target: tr:nth-child(262) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">classes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1117
Target: tr:nth-child(262) > td:nth-child(2) > span
HTML: <span>Partial&lt;Record&lt;AvatarClassKey, string&gt;&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1118
Target: tr:nth-child(262) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1119
Target: tr:nth-child(262) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1120
Target: tr:nth-child(263) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">innerRef</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1121
Target: tr:nth-child(263) > td:nth-child(2) > span
HTML: <span>Ref&lt;any&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1122
Target: tr:nth-child(263) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #1123
Target: tr:nth-child(263) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div class="jss1 sc-bwzfXH gJSlpI"><img src="static/media/avatar.b2e849aa.jpg" class="jss3"></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Image</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiAvatar" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Image</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1321) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Size</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>md</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">presence</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Element</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">alt</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(5) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">childrenClassName</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #28
Target: tr:nth-child(5) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #29
Target: tr:nth-child(5) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #30
Target: tr:nth-child(5) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #31
Target: tr:nth-child(5) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #32
Target: tr:nth-child(6) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">component</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #33
Target: tr:nth-child(6) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>ElementType&lt;AvatarProps&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #34
Target: tr:nth-child(6) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #35
Target: tr:nth-child(6) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #36
Target: tr:nth-child(6) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #37
Target: tr:nth-child(7) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">imgProps</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #38
Target: tr:nth-child(7) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>HtmlHTMLAttributes&lt;HTMLImageElement&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #39
Target: tr:nth-child(7) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #40
Target: tr:nth-child(7) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #41
Target: tr:nth-child(7) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #42
Target: tr:nth-child(8) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">sizes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #43
Target: tr:nth-child(8) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #44
Target: tr:nth-child(8) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #45
Target: tr:nth-child(8) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #46
Target: tr:nth-child(8) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #47
Target: tr:nth-child(9) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">src</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #48
Target: tr:nth-child(9) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #49
Target: tr:nth-child(9) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #50
Target: tr:nth-child(9) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #51
Target: tr:nth-child(9) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #52
Target: tr:nth-child(10) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">srcSet</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #53
Target: tr:nth-child(10) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #54
Target: tr:nth-child(10) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #55
Target: tr:nth-child(10) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #56
Target: tr:nth-child(10) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #57
Target: tr:nth-child(11) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultChecked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #58
Target: tr:nth-child(11) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #59
Target: tr:nth-child(11) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #60
Target: tr:nth-child(11) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #61
Target: tr:nth-child(11) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #62
Target: tr:nth-child(12) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">defaultValue</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #63
Target: tr:nth-child(12) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string | string[]</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #64
Target: tr:nth-child(12) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #65
Target: tr:nth-child(12) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #66
Target: tr:nth-child(12) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #67
Target: tr:nth-child(13) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressContentEditableWarning</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #68
Target: tr:nth-child(13) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #69
Target: tr:nth-child(13) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #70
Target: tr:nth-child(13) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #71
Target: tr:nth-child(13) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #72
Target: tr:nth-child(14) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">suppressHydrationWarning</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #73
Target: tr:nth-child(14) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #74
Target: tr:nth-child(14) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #75
Target: tr:nth-child(14) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #76
Target: tr:nth-child(14) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #77
Target: tr:nth-child(15) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">accessKey</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #78
Target: tr:nth-child(15) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #79
Target: tr:nth-child(15) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #80
Target: tr:nth-child(15) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #81
Target: tr:nth-child(15) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #82
Target: tr:nth-child(16) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">className</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #83
Target: tr:nth-child(16) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #84
Target: tr:nth-child(16) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #85
Target: tr:nth-child(16) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #86
Target: tr:nth-child(16) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #87
Target: tr:nth-child(17) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contentEditable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #88
Target: tr:nth-child(17) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #89
Target: tr:nth-child(17) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #90
Target: tr:nth-child(17) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #91
Target: tr:nth-child(17) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #92
Target: tr:nth-child(18) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">contextMenu</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #93
Target: tr:nth-child(18) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #94
Target: tr:nth-child(18) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #95
Target: tr:nth-child(18) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #96
Target: tr:nth-child(18) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #97
Target: tr:nth-child(19) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dir</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #98
Target: tr:nth-child(19) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #99
Target: tr:nth-child(19) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #100
Target: tr:nth-child(19) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #101
Target: tr:nth-child(19) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #102
Target: tr:nth-child(20) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">draggable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #103
Target: tr:nth-child(20) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #104
Target: tr:nth-child(20) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #105
Target: tr:nth-child(20) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #106
Target: tr:nth-child(20) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #107
Target: tr:nth-child(21) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">hidden</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #108
Target: tr:nth-child(21) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #109
Target: tr:nth-child(21) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #110
Target: tr:nth-child(21) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #111
Target: tr:nth-child(21) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #112
Target: tr:nth-child(22) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">id</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #113
Target: tr:nth-child(22) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #114
Target: tr:nth-child(22) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #115
Target: tr:nth-child(22) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #116
Target: tr:nth-child(22) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #117
Target: tr:nth-child(23) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">lang</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #118
Target: tr:nth-child(23) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #119
Target: tr:nth-child(23) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #120
Target: tr:nth-child(23) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #121
Target: tr:nth-child(23) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #122
Target: tr:nth-child(24) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">placeholder</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #123
Target: tr:nth-child(24) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #124
Target: tr:nth-child(24) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #125
Target: tr:nth-child(24) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #126
Target: tr:nth-child(24) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #127
Target: tr:nth-child(25) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">slot</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #128
Target: tr:nth-child(25) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #129
Target: tr:nth-child(25) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #130
Target: tr:nth-child(25) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #131
Target: tr:nth-child(25) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #132
Target: tr:nth-child(26) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">spellCheck</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #133
Target: tr:nth-child(26) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #134
Target: tr:nth-child(26) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #135
Target: tr:nth-child(26) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #136
Target: tr:nth-child(26) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #137
Target: tr:nth-child(27) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">style</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #138
Target: tr:nth-child(27) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>CSSProperties</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #139
Target: tr:nth-child(27) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #140
Target: tr:nth-child(27) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #141
Target: tr:nth-child(27) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #142
Target: tr:nth-child(28) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">tabIndex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #143
Target: tr:nth-child(28) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #144
Target: tr:nth-child(28) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #145
Target: tr:nth-child(28) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #146
Target: tr:nth-child(28) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #147
Target: tr:nth-child(29) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">title</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #148
Target: tr:nth-child(29) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #149
Target: tr:nth-child(29) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #150
Target: tr:nth-child(29) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #151
Target: tr:nth-child(29) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #152
Target: tr:nth-child(30) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inputMode</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #153
Target: tr:nth-child(30) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #154
Target: tr:nth-child(30) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #155
Target: tr:nth-child(30) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #156
Target: tr:nth-child(30) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #157
Target: tr:nth-child(31) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">is</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #158
Target: tr:nth-child(31) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #159
Target: tr:nth-child(31) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #160
Target: tr:nth-child(31) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #161
Target: tr:nth-child(31) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #162
Target: tr:nth-child(32) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">radioGroup</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #163
Target: tr:nth-child(32) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #164
Target: tr:nth-child(32) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #165
Target: tr:nth-child(32) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #166
Target: tr:nth-child(32) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #167
Target: tr:nth-child(33) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">role</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #168
Target: tr:nth-child(33) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #169
Target: tr:nth-child(33) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #170
Target: tr:nth-child(33) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #171
Target: tr:nth-child(33) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #172
Target: tr:nth-child(34) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">about</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #173
Target: tr:nth-child(34) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #174
Target: tr:nth-child(34) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #175
Target: tr:nth-child(34) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #176
Target: tr:nth-child(34) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #177
Target: tr:nth-child(35) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">datatype</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #178
Target: tr:nth-child(35) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #179
Target: tr:nth-child(35) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #180
Target: tr:nth-child(35) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #181
Target: tr:nth-child(35) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #182
Target: tr:nth-child(36) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">inlist</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #183
Target: tr:nth-child(36) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>any</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #184
Target: tr:nth-child(36) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #185
Target: tr:nth-child(36) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #186
Target: tr:nth-child(36) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #187
Target: tr:nth-child(37) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">prefix</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #188
Target: tr:nth-child(37) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #189
Target: tr:nth-child(37) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #190
Target: tr:nth-child(37) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #191
Target: tr:nth-child(37) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #192
Target: tr:nth-child(38) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">property</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #193
Target: tr:nth-child(38) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #194
Target: tr:nth-child(38) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #195
Target: tr:nth-child(38) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #196
Target: tr:nth-child(38) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #197
Target: tr:nth-child(39) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">resource</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #198
Target: tr:nth-child(39) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #199
Target: tr:nth-child(39) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #200
Target: tr:nth-child(39) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #201
Target: tr:nth-child(39) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #202
Target: tr:nth-child(40) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">typeof</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #203
Target: tr:nth-child(40) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #204
Target: tr:nth-child(40) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #205
Target: tr:nth-child(40) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #206
Target: tr:nth-child(40) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #207
Target: tr:nth-child(41) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">vocab</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #208
Target: tr:nth-child(41) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #209
Target: tr:nth-child(41) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #210
Target: tr:nth-child(41) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #211
Target: tr:nth-child(41) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #212
Target: tr:nth-child(42) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCapitalize</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #213
Target: tr:nth-child(42) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #214
Target: tr:nth-child(42) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #215
Target: tr:nth-child(42) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #216
Target: tr:nth-child(42) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #217
Target: tr:nth-child(43) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoCorrect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #218
Target: tr:nth-child(43) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #219
Target: tr:nth-child(43) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #220
Target: tr:nth-child(43) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #221
Target: tr:nth-child(43) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #222
Target: tr:nth-child(44) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">autoSave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #223
Target: tr:nth-child(44) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #224
Target: tr:nth-child(44) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #225
Target: tr:nth-child(44) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #226
Target: tr:nth-child(44) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #227
Target: tr:nth-child(45) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemProp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #228
Target: tr:nth-child(45) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #229
Target: tr:nth-child(45) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #230
Target: tr:nth-child(45) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #231
Target: tr:nth-child(45) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #232
Target: tr:nth-child(46) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemScope</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #233
Target: tr:nth-child(46) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #234
Target: tr:nth-child(46) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #235
Target: tr:nth-child(46) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #236
Target: tr:nth-child(46) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #237
Target: tr:nth-child(47) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemType</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #238
Target: tr:nth-child(47) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #239
Target: tr:nth-child(47) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #240
Target: tr:nth-child(47) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #241
Target: tr:nth-child(47) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #242
Target: tr:nth-child(48) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemID</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #243
Target: tr:nth-child(48) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #244
Target: tr:nth-child(48) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #245
Target: tr:nth-child(48) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #246
Target: tr:nth-child(48) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #247
Target: tr:nth-child(49) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">itemRef</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #248
Target: tr:nth-child(49) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #249
Target: tr:nth-child(49) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #250
Target: tr:nth-child(49) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #251
Target: tr:nth-child(49) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #252
Target: tr:nth-child(50) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">results</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #253
Target: tr:nth-child(50) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #254
Target: tr:nth-child(50) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #255
Target: tr:nth-child(50) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #256
Target: tr:nth-child(50) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #257
Target: tr:nth-child(51) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">security</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #258
Target: tr:nth-child(51) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #259
Target: tr:nth-child(51) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #260
Target: tr:nth-child(51) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #261
Target: tr:nth-child(51) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #262
Target: tr:nth-child(52) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">unselectable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #263
Target: tr:nth-child(52) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"on" | "off"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #264
Target: tr:nth-child(52) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #265
Target: tr:nth-child(52) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #266
Target: tr:nth-child(52) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #267
Target: tr:nth-child(53) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-activedescendant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #268
Target: tr:nth-child(53) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #269
Target: tr:nth-child(53) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #270
Target: tr:nth-child(53) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #271
Target: tr:nth-child(53) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #272
Target: tr:nth-child(54) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-atomic</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #273
Target: tr:nth-child(54) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #274
Target: tr:nth-child(54) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #275
Target: tr:nth-child(54) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #276
Target: tr:nth-child(54) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #277
Target: tr:nth-child(55) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-autocomplete</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #278
Target: tr:nth-child(55) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "inline" | "list" | "both"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #279
Target: tr:nth-child(55) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #280
Target: tr:nth-child(55) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #281
Target: tr:nth-child(55) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be</span><span><br> presented if they are made.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #282
Target: tr:nth-child(56) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-busy</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #283
Target: tr:nth-child(56) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #284
Target: tr:nth-child(56) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #285
Target: tr:nth-child(56) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #286
Target: tr:nth-child(56) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #287
Target: tr:nth-child(57) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-checked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #288
Target: tr:nth-child(57) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "mixed"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #289
Target: tr:nth-child(57) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #290
Target: tr:nth-child(57) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #291
Target: tr:nth-child(57) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.</span><span><br> @see aria-pressed</span><span><br> @see aria-selected.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #292
Target: tr:nth-child(58) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colcount</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #293
Target: tr:nth-child(58) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #294
Target: tr:nth-child(58) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #295
Target: tr:nth-child(58) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #296
Target: tr:nth-child(58) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the total number of columns in a table, grid, or treegrid.</span><span><br> @see aria-colindex.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #297
Target: tr:nth-child(59) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colindex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #298
Target: tr:nth-child(59) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #299
Target: tr:nth-child(59) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #300
Target: tr:nth-child(59) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #301
Target: tr:nth-child(59) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.</span><span><br> @see aria-colcount</span><span><br> @see aria-colspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #302
Target: tr:nth-child(60) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-colspan</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #303
Target: tr:nth-child(60) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #304
Target: tr:nth-child(60) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #305
Target: tr:nth-child(60) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #306
Target: tr:nth-child(60) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.</span><span><br> @see aria-colindex</span><span><br> @see aria-rowspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #307
Target: tr:nth-child(61) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-controls</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #308
Target: tr:nth-child(61) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #309
Target: tr:nth-child(61) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #310
Target: tr:nth-child(61) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #311
Target: tr:nth-child(61) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) whose contents or presence are controlled by the current element.</span><span><br> @see aria-owns.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #312
Target: tr:nth-child(62) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-current</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #313
Target: tr:nth-child(62) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #314
Target: tr:nth-child(62) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #315
Target: tr:nth-child(62) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #316
Target: tr:nth-child(62) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the element that represents the current item within a container or set of related elements.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #317
Target: tr:nth-child(63) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-describedby</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #318
Target: tr:nth-child(63) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #319
Target: tr:nth-child(63) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #320
Target: tr:nth-child(63) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #321
Target: tr:nth-child(63) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) that describes the object.</span><span><br> @see aria-labelledby</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #322
Target: tr:nth-child(64) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-details</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #323
Target: tr:nth-child(64) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #324
Target: tr:nth-child(64) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #325
Target: tr:nth-child(64) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #326
Target: tr:nth-child(64) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element that provides a detailed, extended description for the object.</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #327
Target: tr:nth-child(65) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #328
Target: tr:nth-child(65) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #329
Target: tr:nth-child(65) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #330
Target: tr:nth-child(65) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #331
Target: tr:nth-child(65) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.</span><span><br> @see aria-hidden</span><span><br> @see aria-readonly.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #332
Target: tr:nth-child(66) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-dropeffect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #333
Target: tr:nth-child(66) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "copy" | "execute" | "link" | "move" | "popup"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #334
Target: tr:nth-child(66) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #335
Target: tr:nth-child(66) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #336
Target: tr:nth-child(66) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates what functions can be performed when a dragged object is released on the drop target.</span><span><br> @deprecated in ARIA 1.1</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #337
Target: tr:nth-child(67) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-errormessage</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #338
Target: tr:nth-child(67) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #339
Target: tr:nth-child(67) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #340
Target: tr:nth-child(67) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #341
Target: tr:nth-child(67) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element that provides an error message for the object.</span><span><br> @see aria-invalid</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #342
Target: tr:nth-child(68) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-expanded</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #343
Target: tr:nth-child(68) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #344
Target: tr:nth-child(68) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #345
Target: tr:nth-child(68) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #346
Target: tr:nth-child(68) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #347
Target: tr:nth-child(69) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-flowto</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #348
Target: tr:nth-child(69) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #349
Target: tr:nth-child(69) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #350
Target: tr:nth-child(69) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #351
Target: tr:nth-child(69) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #352
Target: tr:nth-child(70) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-grabbed</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #353
Target: tr:nth-child(70) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #354
Target: tr:nth-child(70) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #355
Target: tr:nth-child(70) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #356
Target: tr:nth-child(70) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates an element's "grabbed" state in a drag-and-drop operation.</span><span><br> @deprecated in ARIA 1.1</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #357
Target: tr:nth-child(71) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-haspopup</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #358
Target: tr:nth-child(71) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #359
Target: tr:nth-child(71) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #360
Target: tr:nth-child(71) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #361
Target: tr:nth-child(71) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #362
Target: tr:nth-child(72) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-hidden</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #363
Target: tr:nth-child(72) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #364
Target: tr:nth-child(72) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #365
Target: tr:nth-child(72) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #366
Target: tr:nth-child(72) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates whether the element is exposed to an accessibility API.</span><span><br> @see aria-disabled.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #367
Target: tr:nth-child(73) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-invalid</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #368
Target: tr:nth-child(73) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "grammar" | "spelling"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #369
Target: tr:nth-child(73) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #370
Target: tr:nth-child(73) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #371
Target: tr:nth-child(73) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the entered value does not conform to the format expected by the application.</span><span><br> @see aria-errormessage.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #372
Target: tr:nth-child(74) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-keyshortcuts</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #373
Target: tr:nth-child(74) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #374
Target: tr:nth-child(74) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #375
Target: tr:nth-child(74) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #376
Target: tr:nth-child(74) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #377
Target: tr:nth-child(75) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-label</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #378
Target: tr:nth-child(75) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #379
Target: tr:nth-child(75) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #380
Target: tr:nth-child(75) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #381
Target: tr:nth-child(75) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines a string value that labels the current element.</span><span><br> @see aria-labelledby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #382
Target: tr:nth-child(76) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-labelledby</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #383
Target: tr:nth-child(76) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #384
Target: tr:nth-child(76) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #385
Target: tr:nth-child(76) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #386
Target: tr:nth-child(76) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Identifies the element (or elements) that labels the current element.</span><span><br> @see aria-describedby.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #387
Target: tr:nth-child(77) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-level</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #388
Target: tr:nth-child(77) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #389
Target: tr:nth-child(77) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #390
Target: tr:nth-child(77) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #391
Target: tr:nth-child(77) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the hierarchical level of an element within a structure.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #392
Target: tr:nth-child(78) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-live</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #393
Target: tr:nth-child(78) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"off" | "assertive" | "polite"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #394
Target: tr:nth-child(78) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #395
Target: tr:nth-child(78) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #396
Target: tr:nth-child(78) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #397
Target: tr:nth-child(79) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-modal</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #398
Target: tr:nth-child(79) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #399
Target: tr:nth-child(79) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #400
Target: tr:nth-child(79) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #401
Target: tr:nth-child(79) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether an element is modal when displayed.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #402
Target: tr:nth-child(80) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiline</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #403
Target: tr:nth-child(80) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #404
Target: tr:nth-child(80) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #405
Target: tr:nth-child(80) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #406
Target: tr:nth-child(80) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether a text box accepts multiple lines of input or only a single line.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #407
Target: tr:nth-child(81) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-multiselectable</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #408
Target: tr:nth-child(81) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #409
Target: tr:nth-child(81) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #410
Target: tr:nth-child(81) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #411
Target: tr:nth-child(81) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that the user may select more than one item from the current selectable descendants.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #412
Target: tr:nth-child(82) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-orientation</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #413
Target: tr:nth-child(82) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"horizontal" | "vertical"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #414
Target: tr:nth-child(82) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #415
Target: tr:nth-child(82) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #416
Target: tr:nth-child(82) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #417
Target: tr:nth-child(83) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-owns</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #418
Target: tr:nth-child(83) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #419
Target: tr:nth-child(83) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #420
Target: tr:nth-child(83) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #421
Target: tr:nth-child(83) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #422
Target: tr:nth-child(84) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-placeholder</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #423
Target: tr:nth-child(84) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #424
Target: tr:nth-child(84) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #425
Target: tr:nth-child(84) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #426
Target: tr:nth-child(84) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.</span><span><br> A hint could be a sample value or a brief description of the expected format.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #427
Target: tr:nth-child(85) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-posinset</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #428
Target: tr:nth-child(85) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #429
Target: tr:nth-child(85) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #430
Target: tr:nth-child(85) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #431
Target: tr:nth-child(85) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span><span><br> @see aria-setsize.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #432
Target: tr:nth-child(86) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-pressed</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #433
Target: tr:nth-child(86) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true" | "mixed"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #434
Target: tr:nth-child(86) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #435
Target: tr:nth-child(86) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #436
Target: tr:nth-child(86) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "pressed" state of toggle buttons.</span><span><br> @see aria-checked</span><span><br> @see aria-selected.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #437
Target: tr:nth-child(87) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-readonly</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #438
Target: tr:nth-child(87) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #439
Target: tr:nth-child(87) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #440
Target: tr:nth-child(87) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #441
Target: tr:nth-child(87) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates that the element is not editable, but is otherwise operable.</span><span><br> @see aria-disabled.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #442
Target: tr:nth-child(88) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-relevant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #443
Target: tr:nth-child(88) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"additions" | "additions text" | "all" | "removals" | "text"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #444
Target: tr:nth-child(88) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #445
Target: tr:nth-child(88) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #446
Target: tr:nth-child(88) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.</span><span><br> @see aria-atomic.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #447
Target: tr:nth-child(89) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-required</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #448
Target: tr:nth-child(89) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #449
Target: tr:nth-child(89) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #450
Target: tr:nth-child(89) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #451
Target: tr:nth-child(89) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates that user input is required on the element before a form may be submitted.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #452
Target: tr:nth-child(90) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-roledescription</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #453
Target: tr:nth-child(90) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #454
Target: tr:nth-child(90) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #455
Target: tr:nth-child(90) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #456
Target: tr:nth-child(90) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines a human-readable, author-localized description for the role of an element.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #457
Target: tr:nth-child(91) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowcount</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #458
Target: tr:nth-child(91) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #459
Target: tr:nth-child(91) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #460
Target: tr:nth-child(91) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #461
Target: tr:nth-child(91) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the total number of rows in a table, grid, or treegrid.</span><span><br> @see aria-rowindex.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #462
Target: tr:nth-child(92) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowindex</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #463
Target: tr:nth-child(92) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #464
Target: tr:nth-child(92) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #465
Target: tr:nth-child(92) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #466
Target: tr:nth-child(92) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.</span><span><br> @see aria-rowcount</span><span><br> @see aria-rowspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #467
Target: tr:nth-child(93) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-rowspan</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #468
Target: tr:nth-child(93) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #469
Target: tr:nth-child(93) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #470
Target: tr:nth-child(93) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #471
Target: tr:nth-child(93) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</span><span><br> @see aria-rowindex</span><span><br> @see aria-colspan.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #472
Target: tr:nth-child(94) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-selected</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #473
Target: tr:nth-child(94) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean | "false" | "true"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #474
Target: tr:nth-child(94) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #475
Target: tr:nth-child(94) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #476
Target: tr:nth-child(94) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Indicates the current "selected" state of various widgets.</span><span><br> @see aria-checked</span><span><br> @see aria-pressed.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #477
Target: tr:nth-child(95) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-setsize</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #478
Target: tr:nth-child(95) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #479
Target: tr:nth-child(95) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #480
Target: tr:nth-child(95) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #481
Target: tr:nth-child(95) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.</span><span><br> @see aria-posinset.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #482
Target: tr:nth-child(96) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-sort</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #483
Target: tr:nth-child(96) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"none" | "ascending" | "descending" | "other"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #484
Target: tr:nth-child(96) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #485
Target: tr:nth-child(96) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #486
Target: tr:nth-child(96) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Indicates if items in a table or grid are sorted in ascending or descending order.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #487
Target: tr:nth-child(97) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemax</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #488
Target: tr:nth-child(97) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #489
Target: tr:nth-child(97) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #490
Target: tr:nth-child(97) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #491
Target: tr:nth-child(97) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the maximum allowed value for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #492
Target: tr:nth-child(98) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuemin</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #493
Target: tr:nth-child(98) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #494
Target: tr:nth-child(98) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #495
Target: tr:nth-child(98) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #496
Target: tr:nth-child(98) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the minimum allowed value for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #497
Target: tr:nth-child(99) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuenow</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #498
Target: tr:nth-child(99) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>number</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #499
Target: tr:nth-child(99) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #500
Target: tr:nth-child(99) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #501
Target: tr:nth-child(99) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span> Defines the current value for a range widget.</span><span><br> @see aria-valuetext.</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #502
Target: tr:nth-child(100) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">aria-valuetext</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #503
Target: tr:nth-child(100) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>string</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #504
Target: tr:nth-child(100) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #505
Target: tr:nth-child(100) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #506
Target: tr:nth-child(100) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;">Defines the human readable text alternative of aria-valuenow for a range widget.</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #507
Target: tr:nth-child(101) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">dangerouslySetInnerHTML</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #508
Target: tr:nth-child(101) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>{ __html: string; }</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #509
Target: tr:nth-child(101) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #510
Target: tr:nth-child(101) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #511
Target: tr:nth-child(101) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #512
Target: tr:nth-child(102) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopy</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #513
Target: tr:nth-child(102) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #514
Target: tr:nth-child(102) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #515
Target: tr:nth-child(102) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #516
Target: tr:nth-child(102) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #517
Target: tr:nth-child(103) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCopyCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #518
Target: tr:nth-child(103) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #519
Target: tr:nth-child(103) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #520
Target: tr:nth-child(103) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #521
Target: tr:nth-child(103) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #522
Target: tr:nth-child(104) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #523
Target: tr:nth-child(104) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #524
Target: tr:nth-child(104) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #525
Target: tr:nth-child(104) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #526
Target: tr:nth-child(104) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #527
Target: tr:nth-child(105) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #528
Target: tr:nth-child(105) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #529
Target: tr:nth-child(105) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #530
Target: tr:nth-child(105) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #531
Target: tr:nth-child(105) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #532
Target: tr:nth-child(106) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPaste</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #533
Target: tr:nth-child(106) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #534
Target: tr:nth-child(106) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #535
Target: tr:nth-child(106) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #536
Target: tr:nth-child(106) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #537
Target: tr:nth-child(107) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPasteCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #538
Target: tr:nth-child(107) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: ClipboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #539
Target: tr:nth-child(107) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #540
Target: tr:nth-child(107) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #541
Target: tr:nth-child(107) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #542
Target: tr:nth-child(108) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #543
Target: tr:nth-child(108) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #544
Target: tr:nth-child(108) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #545
Target: tr:nth-child(108) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #546
Target: tr:nth-child(108) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #547
Target: tr:nth-child(109) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #548
Target: tr:nth-child(109) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #549
Target: tr:nth-child(109) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #550
Target: tr:nth-child(109) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #551
Target: tr:nth-child(109) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #552
Target: tr:nth-child(110) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #553
Target: tr:nth-child(110) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #554
Target: tr:nth-child(110) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #555
Target: tr:nth-child(110) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #556
Target: tr:nth-child(110) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #557
Target: tr:nth-child(111) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #558
Target: tr:nth-child(111) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #559
Target: tr:nth-child(111) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #560
Target: tr:nth-child(111) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #561
Target: tr:nth-child(111) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #562
Target: tr:nth-child(112) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdate</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #563
Target: tr:nth-child(112) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #564
Target: tr:nth-child(112) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #565
Target: tr:nth-child(112) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #566
Target: tr:nth-child(112) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #567
Target: tr:nth-child(113) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCompositionUpdateCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #568
Target: tr:nth-child(113) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: CompositionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #569
Target: tr:nth-child(113) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #570
Target: tr:nth-child(113) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #571
Target: tr:nth-child(113) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #572
Target: tr:nth-child(114) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocus</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #573
Target: tr:nth-child(114) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #574
Target: tr:nth-child(114) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #575
Target: tr:nth-child(114) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #576
Target: tr:nth-child(114) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #577
Target: tr:nth-child(115) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onFocusCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #578
Target: tr:nth-child(115) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #579
Target: tr:nth-child(115) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #580
Target: tr:nth-child(115) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #581
Target: tr:nth-child(115) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #582
Target: tr:nth-child(116) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlur</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #583
Target: tr:nth-child(116) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #584
Target: tr:nth-child(116) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #585
Target: tr:nth-child(116) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #586
Target: tr:nth-child(116) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #587
Target: tr:nth-child(117) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBlurCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #588
Target: tr:nth-child(117) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FocusEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #589
Target: tr:nth-child(117) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #590
Target: tr:nth-child(117) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #591
Target: tr:nth-child(117) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #592
Target: tr:nth-child(118) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #593
Target: tr:nth-child(118) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #594
Target: tr:nth-child(118) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #595
Target: tr:nth-child(118) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #596
Target: tr:nth-child(118) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #597
Target: tr:nth-child(119) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #598
Target: tr:nth-child(119) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #599
Target: tr:nth-child(119) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #600
Target: tr:nth-child(119) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #601
Target: tr:nth-child(119) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #602
Target: tr:nth-child(120) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInput</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #603
Target: tr:nth-child(120) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #604
Target: tr:nth-child(120) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #605
Target: tr:nth-child(120) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #606
Target: tr:nth-child(120) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #607
Target: tr:nth-child(121) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onBeforeInputCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #608
Target: tr:nth-child(121) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #609
Target: tr:nth-child(121) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #610
Target: tr:nth-child(121) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #611
Target: tr:nth-child(121) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #612
Target: tr:nth-child(122) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInput</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #613
Target: tr:nth-child(122) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #614
Target: tr:nth-child(122) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #615
Target: tr:nth-child(122) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #616
Target: tr:nth-child(122) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #617
Target: tr:nth-child(123) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInputCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #618
Target: tr:nth-child(123) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #619
Target: tr:nth-child(123) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #620
Target: tr:nth-child(123) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #621
Target: tr:nth-child(123) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #622
Target: tr:nth-child(124) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onReset</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #623
Target: tr:nth-child(124) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #624
Target: tr:nth-child(124) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #625
Target: tr:nth-child(124) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #626
Target: tr:nth-child(124) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #627
Target: tr:nth-child(125) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onResetCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #628
Target: tr:nth-child(125) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #629
Target: tr:nth-child(125) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #630
Target: tr:nth-child(125) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #631
Target: tr:nth-child(125) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #632
Target: tr:nth-child(126) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmit</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #633
Target: tr:nth-child(126) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #634
Target: tr:nth-child(126) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #635
Target: tr:nth-child(126) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #636
Target: tr:nth-child(126) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #637
Target: tr:nth-child(127) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSubmitCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #638
Target: tr:nth-child(127) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #639
Target: tr:nth-child(127) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #640
Target: tr:nth-child(127) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #641
Target: tr:nth-child(127) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #642
Target: tr:nth-child(128) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalid</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #643
Target: tr:nth-child(128) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #644
Target: tr:nth-child(128) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #645
Target: tr:nth-child(128) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #646
Target: tr:nth-child(128) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #647
Target: tr:nth-child(129) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onInvalidCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #648
Target: tr:nth-child(129) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: FormEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #649
Target: tr:nth-child(129) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #650
Target: tr:nth-child(129) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #651
Target: tr:nth-child(129) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #652
Target: tr:nth-child(130) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoad</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #653
Target: tr:nth-child(130) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #654
Target: tr:nth-child(130) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #655
Target: tr:nth-child(130) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #656
Target: tr:nth-child(130) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #657
Target: tr:nth-child(131) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #658
Target: tr:nth-child(131) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #659
Target: tr:nth-child(131) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #660
Target: tr:nth-child(131) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #661
Target: tr:nth-child(131) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #662
Target: tr:nth-child(132) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onError</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #663
Target: tr:nth-child(132) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #664
Target: tr:nth-child(132) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #665
Target: tr:nth-child(132) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #666
Target: tr:nth-child(132) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #667
Target: tr:nth-child(133) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onErrorCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #668
Target: tr:nth-child(133) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #669
Target: tr:nth-child(133) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #670
Target: tr:nth-child(133) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #671
Target: tr:nth-child(133) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #672
Target: tr:nth-child(134) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #673
Target: tr:nth-child(134) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #674
Target: tr:nth-child(134) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #675
Target: tr:nth-child(134) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #676
Target: tr:nth-child(134) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #677
Target: tr:nth-child(135) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #678
Target: tr:nth-child(135) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #679
Target: tr:nth-child(135) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #680
Target: tr:nth-child(135) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #681
Target: tr:nth-child(135) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #682
Target: tr:nth-child(136) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPress</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #683
Target: tr:nth-child(136) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #684
Target: tr:nth-child(136) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #685
Target: tr:nth-child(136) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #686
Target: tr:nth-child(136) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #687
Target: tr:nth-child(137) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyPressCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #688
Target: tr:nth-child(137) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #689
Target: tr:nth-child(137) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #690
Target: tr:nth-child(137) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #691
Target: tr:nth-child(137) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #692
Target: tr:nth-child(138) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #693
Target: tr:nth-child(138) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #694
Target: tr:nth-child(138) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #695
Target: tr:nth-child(138) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #696
Target: tr:nth-child(138) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #697
Target: tr:nth-child(139) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onKeyUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #698
Target: tr:nth-child(139) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: KeyboardEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #699
Target: tr:nth-child(139) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #700
Target: tr:nth-child(139) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #701
Target: tr:nth-child(139) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #702
Target: tr:nth-child(140) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbort</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #703
Target: tr:nth-child(140) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #704
Target: tr:nth-child(140) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #705
Target: tr:nth-child(140) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #706
Target: tr:nth-child(140) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #707
Target: tr:nth-child(141) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAbortCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #708
Target: tr:nth-child(141) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #709
Target: tr:nth-child(141) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #710
Target: tr:nth-child(141) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #711
Target: tr:nth-child(141) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #712
Target: tr:nth-child(142) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlay</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #713
Target: tr:nth-child(142) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #714
Target: tr:nth-child(142) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #715
Target: tr:nth-child(142) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #716
Target: tr:nth-child(142) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #717
Target: tr:nth-child(143) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #718
Target: tr:nth-child(143) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #719
Target: tr:nth-child(143) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #720
Target: tr:nth-child(143) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #721
Target: tr:nth-child(143) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #722
Target: tr:nth-child(144) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThrough</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #723
Target: tr:nth-child(144) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #724
Target: tr:nth-child(144) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #725
Target: tr:nth-child(144) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #726
Target: tr:nth-child(144) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #727
Target: tr:nth-child(145) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onCanPlayThroughCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #728
Target: tr:nth-child(145) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #729
Target: tr:nth-child(145) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #730
Target: tr:nth-child(145) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #731
Target: tr:nth-child(145) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #732
Target: tr:nth-child(146) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #733
Target: tr:nth-child(146) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #734
Target: tr:nth-child(146) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #735
Target: tr:nth-child(146) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #736
Target: tr:nth-child(146) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #737
Target: tr:nth-child(147) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDurationChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #738
Target: tr:nth-child(147) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #739
Target: tr:nth-child(147) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #740
Target: tr:nth-child(147) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #741
Target: tr:nth-child(147) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #742
Target: tr:nth-child(148) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptied</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #743
Target: tr:nth-child(148) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #744
Target: tr:nth-child(148) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #745
Target: tr:nth-child(148) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #746
Target: tr:nth-child(148) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #747
Target: tr:nth-child(149) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEmptiedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #748
Target: tr:nth-child(149) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #749
Target: tr:nth-child(149) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #750
Target: tr:nth-child(149) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #751
Target: tr:nth-child(149) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #752
Target: tr:nth-child(150) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncrypted</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #753
Target: tr:nth-child(150) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #754
Target: tr:nth-child(150) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #755
Target: tr:nth-child(150) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #756
Target: tr:nth-child(150) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #757
Target: tr:nth-child(151) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEncryptedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #758
Target: tr:nth-child(151) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #759
Target: tr:nth-child(151) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #760
Target: tr:nth-child(151) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #761
Target: tr:nth-child(151) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #762
Target: tr:nth-child(152) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEnded</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #763
Target: tr:nth-child(152) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #764
Target: tr:nth-child(152) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #765
Target: tr:nth-child(152) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #766
Target: tr:nth-child(152) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #767
Target: tr:nth-child(153) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onEndedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #768
Target: tr:nth-child(153) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #769
Target: tr:nth-child(153) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #770
Target: tr:nth-child(153) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #771
Target: tr:nth-child(153) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #772
Target: tr:nth-child(154) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedData</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #773
Target: tr:nth-child(154) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #774
Target: tr:nth-child(154) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #775
Target: tr:nth-child(154) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #776
Target: tr:nth-child(154) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #777
Target: tr:nth-child(155) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedDataCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #778
Target: tr:nth-child(155) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #779
Target: tr:nth-child(155) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #780
Target: tr:nth-child(155) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #781
Target: tr:nth-child(155) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #782
Target: tr:nth-child(156) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadata</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #783
Target: tr:nth-child(156) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #784
Target: tr:nth-child(156) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #785
Target: tr:nth-child(156) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #786
Target: tr:nth-child(156) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #787
Target: tr:nth-child(157) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadedMetadataCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #788
Target: tr:nth-child(157) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #789
Target: tr:nth-child(157) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #790
Target: tr:nth-child(157) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #791
Target: tr:nth-child(157) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #792
Target: tr:nth-child(158) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #793
Target: tr:nth-child(158) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #794
Target: tr:nth-child(158) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #795
Target: tr:nth-child(158) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #796
Target: tr:nth-child(158) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #797
Target: tr:nth-child(159) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLoadStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #798
Target: tr:nth-child(159) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #799
Target: tr:nth-child(159) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #800
Target: tr:nth-child(159) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #801
Target: tr:nth-child(159) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #802
Target: tr:nth-child(160) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPause</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #803
Target: tr:nth-child(160) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #804
Target: tr:nth-child(160) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #805
Target: tr:nth-child(160) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #806
Target: tr:nth-child(160) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #807
Target: tr:nth-child(161) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPauseCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #808
Target: tr:nth-child(161) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #809
Target: tr:nth-child(161) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #810
Target: tr:nth-child(161) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #811
Target: tr:nth-child(161) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #812
Target: tr:nth-child(162) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlay</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #813
Target: tr:nth-child(162) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #814
Target: tr:nth-child(162) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #815
Target: tr:nth-child(162) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #816
Target: tr:nth-child(162) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #817
Target: tr:nth-child(163) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #818
Target: tr:nth-child(163) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #819
Target: tr:nth-child(163) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #820
Target: tr:nth-child(163) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #821
Target: tr:nth-child(163) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #822
Target: tr:nth-child(164) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlaying</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #823
Target: tr:nth-child(164) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #824
Target: tr:nth-child(164) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #825
Target: tr:nth-child(164) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #826
Target: tr:nth-child(164) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #827
Target: tr:nth-child(165) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPlayingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #828
Target: tr:nth-child(165) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #829
Target: tr:nth-child(165) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #830
Target: tr:nth-child(165) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #831
Target: tr:nth-child(165) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #832
Target: tr:nth-child(166) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgress</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #833
Target: tr:nth-child(166) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #834
Target: tr:nth-child(166) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #835
Target: tr:nth-child(166) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #836
Target: tr:nth-child(166) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #837
Target: tr:nth-child(167) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onProgressCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #838
Target: tr:nth-child(167) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #839
Target: tr:nth-child(167) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #840
Target: tr:nth-child(167) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #841
Target: tr:nth-child(167) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #842
Target: tr:nth-child(168) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #843
Target: tr:nth-child(168) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #844
Target: tr:nth-child(168) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #845
Target: tr:nth-child(168) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #846
Target: tr:nth-child(168) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #847
Target: tr:nth-child(169) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onRateChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #848
Target: tr:nth-child(169) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #849
Target: tr:nth-child(169) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #850
Target: tr:nth-child(169) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #851
Target: tr:nth-child(169) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #852
Target: tr:nth-child(170) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeked</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #853
Target: tr:nth-child(170) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #854
Target: tr:nth-child(170) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #855
Target: tr:nth-child(170) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #856
Target: tr:nth-child(170) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #857
Target: tr:nth-child(171) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekedCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #858
Target: tr:nth-child(171) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #859
Target: tr:nth-child(171) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #860
Target: tr:nth-child(171) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #861
Target: tr:nth-child(171) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #862
Target: tr:nth-child(172) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeeking</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #863
Target: tr:nth-child(172) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #864
Target: tr:nth-child(172) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #865
Target: tr:nth-child(172) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #866
Target: tr:nth-child(172) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #867
Target: tr:nth-child(173) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSeekingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #868
Target: tr:nth-child(173) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #869
Target: tr:nth-child(173) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #870
Target: tr:nth-child(173) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #871
Target: tr:nth-child(173) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #872
Target: tr:nth-child(174) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #873
Target: tr:nth-child(174) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #874
Target: tr:nth-child(174) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #875
Target: tr:nth-child(174) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #876
Target: tr:nth-child(174) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #877
Target: tr:nth-child(175) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onStalledCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #878
Target: tr:nth-child(175) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #879
Target: tr:nth-child(175) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #880
Target: tr:nth-child(175) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #881
Target: tr:nth-child(175) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #882
Target: tr:nth-child(176) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspend</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #883
Target: tr:nth-child(176) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #884
Target: tr:nth-child(176) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #885
Target: tr:nth-child(176) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #886
Target: tr:nth-child(176) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #887
Target: tr:nth-child(177) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSuspendCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #888
Target: tr:nth-child(177) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #889
Target: tr:nth-child(177) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #890
Target: tr:nth-child(177) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #891
Target: tr:nth-child(177) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #892
Target: tr:nth-child(178) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdate</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #893
Target: tr:nth-child(178) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #894
Target: tr:nth-child(178) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #895
Target: tr:nth-child(178) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #896
Target: tr:nth-child(178) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #897
Target: tr:nth-child(179) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTimeUpdateCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #898
Target: tr:nth-child(179) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #899
Target: tr:nth-child(179) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #900
Target: tr:nth-child(179) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #901
Target: tr:nth-child(179) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #902
Target: tr:nth-child(180) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChange</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #903
Target: tr:nth-child(180) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #904
Target: tr:nth-child(180) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #905
Target: tr:nth-child(180) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #906
Target: tr:nth-child(180) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #907
Target: tr:nth-child(181) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onVolumeChangeCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #908
Target: tr:nth-child(181) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #909
Target: tr:nth-child(181) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #910
Target: tr:nth-child(181) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #911
Target: tr:nth-child(181) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #912
Target: tr:nth-child(182) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaiting</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #913
Target: tr:nth-child(182) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #914
Target: tr:nth-child(182) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #915
Target: tr:nth-child(182) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #916
Target: tr:nth-child(182) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #917
Target: tr:nth-child(183) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWaitingCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #918
Target: tr:nth-child(183) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #919
Target: tr:nth-child(183) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #920
Target: tr:nth-child(183) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #921
Target: tr:nth-child(183) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #922
Target: tr:nth-child(184) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #923
Target: tr:nth-child(184) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #924
Target: tr:nth-child(184) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #925
Target: tr:nth-child(184) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #926
Target: tr:nth-child(184) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #927
Target: tr:nth-child(185) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAuxClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #928
Target: tr:nth-child(185) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #929
Target: tr:nth-child(185) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #930
Target: tr:nth-child(185) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #931
Target: tr:nth-child(185) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #932
Target: tr:nth-child(186) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #933
Target: tr:nth-child(186) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #934
Target: tr:nth-child(186) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #935
Target: tr:nth-child(186) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #936
Target: tr:nth-child(186) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #937
Target: tr:nth-child(187) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #938
Target: tr:nth-child(187) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #939
Target: tr:nth-child(187) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #940
Target: tr:nth-child(187) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #941
Target: tr:nth-child(187) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #942
Target: tr:nth-child(188) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenu</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #943
Target: tr:nth-child(188) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #944
Target: tr:nth-child(188) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #945
Target: tr:nth-child(188) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #946
Target: tr:nth-child(188) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #947
Target: tr:nth-child(189) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onContextMenuCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #948
Target: tr:nth-child(189) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #949
Target: tr:nth-child(189) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #950
Target: tr:nth-child(189) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #951
Target: tr:nth-child(189) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #952
Target: tr:nth-child(190) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClick</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #953
Target: tr:nth-child(190) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #954
Target: tr:nth-child(190) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #955
Target: tr:nth-child(190) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #956
Target: tr:nth-child(190) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #957
Target: tr:nth-child(191) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDoubleClickCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #958
Target: tr:nth-child(191) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #959
Target: tr:nth-child(191) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #960
Target: tr:nth-child(191) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #961
Target: tr:nth-child(191) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #962
Target: tr:nth-child(192) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrag</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #963
Target: tr:nth-child(192) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #964
Target: tr:nth-child(192) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #965
Target: tr:nth-child(192) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #966
Target: tr:nth-child(192) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #967
Target: tr:nth-child(193) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #968
Target: tr:nth-child(193) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #969
Target: tr:nth-child(193) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #970
Target: tr:nth-child(193) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #971
Target: tr:nth-child(193) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #972
Target: tr:nth-child(194) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #973
Target: tr:nth-child(194) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #974
Target: tr:nth-child(194) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #975
Target: tr:nth-child(194) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #976
Target: tr:nth-child(194) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #977
Target: tr:nth-child(195) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #978
Target: tr:nth-child(195) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #979
Target: tr:nth-child(195) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #980
Target: tr:nth-child(195) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #981
Target: tr:nth-child(195) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #982
Target: tr:nth-child(196) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #983
Target: tr:nth-child(196) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #984
Target: tr:nth-child(196) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #985
Target: tr:nth-child(196) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #986
Target: tr:nth-child(196) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #987
Target: tr:nth-child(197) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragEnterCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #988
Target: tr:nth-child(197) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #989
Target: tr:nth-child(197) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #990
Target: tr:nth-child(197) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #991
Target: tr:nth-child(197) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #992
Target: tr:nth-child(198) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExit</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #993
Target: tr:nth-child(198) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #994
Target: tr:nth-child(198) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #995
Target: tr:nth-child(198) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #996
Target: tr:nth-child(198) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #997
Target: tr:nth-child(199) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragExitCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #998
Target: tr:nth-child(199) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #999
Target: tr:nth-child(199) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1000
Target: tr:nth-child(199) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1001
Target: tr:nth-child(199) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1002
Target: tr:nth-child(200) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1003
Target: tr:nth-child(200) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1004
Target: tr:nth-child(200) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1005
Target: tr:nth-child(200) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1006
Target: tr:nth-child(200) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1007
Target: tr:nth-child(201) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragLeaveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1008
Target: tr:nth-child(201) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1009
Target: tr:nth-child(201) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1010
Target: tr:nth-child(201) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1011
Target: tr:nth-child(201) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1012
Target: tr:nth-child(202) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1013
Target: tr:nth-child(202) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1014
Target: tr:nth-child(202) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1015
Target: tr:nth-child(202) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1016
Target: tr:nth-child(202) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1017
Target: tr:nth-child(203) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1018
Target: tr:nth-child(203) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1019
Target: tr:nth-child(203) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1020
Target: tr:nth-child(203) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1021
Target: tr:nth-child(203) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1022
Target: tr:nth-child(204) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1023
Target: tr:nth-child(204) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1024
Target: tr:nth-child(204) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1025
Target: tr:nth-child(204) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1026
Target: tr:nth-child(204) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1027
Target: tr:nth-child(205) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDragStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1028
Target: tr:nth-child(205) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1029
Target: tr:nth-child(205) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1030
Target: tr:nth-child(205) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1031
Target: tr:nth-child(205) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1032
Target: tr:nth-child(206) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDrop</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1033
Target: tr:nth-child(206) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1034
Target: tr:nth-child(206) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1035
Target: tr:nth-child(206) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1036
Target: tr:nth-child(206) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1037
Target: tr:nth-child(207) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onDropCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1038
Target: tr:nth-child(207) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: DragEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1039
Target: tr:nth-child(207) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1040
Target: tr:nth-child(207) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1041
Target: tr:nth-child(207) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1042
Target: tr:nth-child(208) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1043
Target: tr:nth-child(208) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1044
Target: tr:nth-child(208) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1045
Target: tr:nth-child(208) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1046
Target: tr:nth-child(208) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1047
Target: tr:nth-child(209) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1048
Target: tr:nth-child(209) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1049
Target: tr:nth-child(209) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1050
Target: tr:nth-child(209) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1051
Target: tr:nth-child(209) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1052
Target: tr:nth-child(210) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1053
Target: tr:nth-child(210) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1054
Target: tr:nth-child(210) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1055
Target: tr:nth-child(210) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1056
Target: tr:nth-child(210) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1057
Target: tr:nth-child(211) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1058
Target: tr:nth-child(211) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1059
Target: tr:nth-child(211) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1060
Target: tr:nth-child(211) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1061
Target: tr:nth-child(211) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1062
Target: tr:nth-child(212) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1063
Target: tr:nth-child(212) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1064
Target: tr:nth-child(212) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1065
Target: tr:nth-child(212) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1066
Target: tr:nth-child(212) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1067
Target: tr:nth-child(213) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1068
Target: tr:nth-child(213) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1069
Target: tr:nth-child(213) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1070
Target: tr:nth-child(213) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1071
Target: tr:nth-child(213) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1072
Target: tr:nth-child(214) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1073
Target: tr:nth-child(214) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1074
Target: tr:nth-child(214) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1075
Target: tr:nth-child(214) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1076
Target: tr:nth-child(214) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1077
Target: tr:nth-child(215) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1078
Target: tr:nth-child(215) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1079
Target: tr:nth-child(215) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1080
Target: tr:nth-child(215) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1081
Target: tr:nth-child(215) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1082
Target: tr:nth-child(216) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1083
Target: tr:nth-child(216) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1084
Target: tr:nth-child(216) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1085
Target: tr:nth-child(216) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1086
Target: tr:nth-child(216) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1087
Target: tr:nth-child(217) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1088
Target: tr:nth-child(217) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1089
Target: tr:nth-child(217) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1090
Target: tr:nth-child(217) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1091
Target: tr:nth-child(217) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1092
Target: tr:nth-child(218) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1093
Target: tr:nth-child(218) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1094
Target: tr:nth-child(218) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1095
Target: tr:nth-child(218) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1096
Target: tr:nth-child(218) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1097
Target: tr:nth-child(219) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onMouseUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1098
Target: tr:nth-child(219) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: MouseEvent&lt;HTMLDivElement, MouseEvent&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1099
Target: tr:nth-child(219) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1100
Target: tr:nth-child(219) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1101
Target: tr:nth-child(219) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1102
Target: tr:nth-child(220) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelect</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1103
Target: tr:nth-child(220) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1104
Target: tr:nth-child(220) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1105
Target: tr:nth-child(220) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1106
Target: tr:nth-child(220) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1107
Target: tr:nth-child(221) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onSelectCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1108
Target: tr:nth-child(221) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: SyntheticEvent&lt;HTMLDivElement, Event&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1109
Target: tr:nth-child(221) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1110
Target: tr:nth-child(221) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1111
Target: tr:nth-child(221) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1112
Target: tr:nth-child(222) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1113
Target: tr:nth-child(222) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1114
Target: tr:nth-child(222) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1115
Target: tr:nth-child(222) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1116
Target: tr:nth-child(222) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1117
Target: tr:nth-child(223) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchCancelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1118
Target: tr:nth-child(223) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1119
Target: tr:nth-child(223) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1120
Target: tr:nth-child(223) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1121
Target: tr:nth-child(223) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1122
Target: tr:nth-child(224) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1123
Target: tr:nth-child(224) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1124
Target: tr:nth-child(224) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1125
Target: tr:nth-child(224) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1126
Target: tr:nth-child(224) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1127
Target: tr:nth-child(225) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1128
Target: tr:nth-child(225) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1129
Target: tr:nth-child(225) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1130
Target: tr:nth-child(225) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1131
Target: tr:nth-child(225) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1132
Target: tr:nth-child(226) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1133
Target: tr:nth-child(226) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1134
Target: tr:nth-child(226) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1135
Target: tr:nth-child(226) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1136
Target: tr:nth-child(226) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1137
Target: tr:nth-child(227) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1138
Target: tr:nth-child(227) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1139
Target: tr:nth-child(227) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1140
Target: tr:nth-child(227) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1141
Target: tr:nth-child(227) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1142
Target: tr:nth-child(228) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1143
Target: tr:nth-child(228) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1144
Target: tr:nth-child(228) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1145
Target: tr:nth-child(228) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1146
Target: tr:nth-child(228) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1147
Target: tr:nth-child(229) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTouchStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1148
Target: tr:nth-child(229) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TouchEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1149
Target: tr:nth-child(229) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1150
Target: tr:nth-child(229) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1151
Target: tr:nth-child(229) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1152
Target: tr:nth-child(230) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDown</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1153
Target: tr:nth-child(230) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1154
Target: tr:nth-child(230) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1155
Target: tr:nth-child(230) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1156
Target: tr:nth-child(230) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1157
Target: tr:nth-child(231) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerDownCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1158
Target: tr:nth-child(231) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1159
Target: tr:nth-child(231) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1160
Target: tr:nth-child(231) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1161
Target: tr:nth-child(231) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1162
Target: tr:nth-child(232) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMove</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1163
Target: tr:nth-child(232) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1164
Target: tr:nth-child(232) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1165
Target: tr:nth-child(232) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1166
Target: tr:nth-child(232) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1167
Target: tr:nth-child(233) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerMoveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1168
Target: tr:nth-child(233) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1169
Target: tr:nth-child(233) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1170
Target: tr:nth-child(233) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1171
Target: tr:nth-child(233) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1172
Target: tr:nth-child(234) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUp</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1173
Target: tr:nth-child(234) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1174
Target: tr:nth-child(234) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1175
Target: tr:nth-child(234) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1176
Target: tr:nth-child(234) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1177
Target: tr:nth-child(235) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerUpCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1178
Target: tr:nth-child(235) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1179
Target: tr:nth-child(235) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1180
Target: tr:nth-child(235) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1181
Target: tr:nth-child(235) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1182
Target: tr:nth-child(236) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1183
Target: tr:nth-child(236) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1184
Target: tr:nth-child(236) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1185
Target: tr:nth-child(236) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1186
Target: tr:nth-child(236) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1187
Target: tr:nth-child(237) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerCancelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1188
Target: tr:nth-child(237) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1189
Target: tr:nth-child(237) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1190
Target: tr:nth-child(237) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1191
Target: tr:nth-child(237) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1192
Target: tr:nth-child(238) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnter</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1193
Target: tr:nth-child(238) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1194
Target: tr:nth-child(238) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1195
Target: tr:nth-child(238) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1196
Target: tr:nth-child(238) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1197
Target: tr:nth-child(239) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerEnterCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1198
Target: tr:nth-child(239) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1199
Target: tr:nth-child(239) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1200
Target: tr:nth-child(239) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1201
Target: tr:nth-child(239) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1202
Target: tr:nth-child(240) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeave</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1203
Target: tr:nth-child(240) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1204
Target: tr:nth-child(240) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1205
Target: tr:nth-child(240) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1206
Target: tr:nth-child(240) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1207
Target: tr:nth-child(241) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerLeaveCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1208
Target: tr:nth-child(241) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1209
Target: tr:nth-child(241) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1210
Target: tr:nth-child(241) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1211
Target: tr:nth-child(241) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1212
Target: tr:nth-child(242) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOver</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1213
Target: tr:nth-child(242) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1214
Target: tr:nth-child(242) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1215
Target: tr:nth-child(242) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1216
Target: tr:nth-child(242) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1217
Target: tr:nth-child(243) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOverCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1218
Target: tr:nth-child(243) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1219
Target: tr:nth-child(243) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1220
Target: tr:nth-child(243) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1221
Target: tr:nth-child(243) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1222
Target: tr:nth-child(244) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOut</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1223
Target: tr:nth-child(244) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1224
Target: tr:nth-child(244) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1225
Target: tr:nth-child(244) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1226
Target: tr:nth-child(244) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1227
Target: tr:nth-child(245) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onPointerOutCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1228
Target: tr:nth-child(245) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1229
Target: tr:nth-child(245) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1230
Target: tr:nth-child(245) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1231
Target: tr:nth-child(245) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1232
Target: tr:nth-child(246) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1233
Target: tr:nth-child(246) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1234
Target: tr:nth-child(246) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1235
Target: tr:nth-child(246) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1236
Target: tr:nth-child(246) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1237
Target: tr:nth-child(247) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onGotPointerCaptureCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1238
Target: tr:nth-child(247) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1239
Target: tr:nth-child(247) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1240
Target: tr:nth-child(247) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1241
Target: tr:nth-child(247) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1242
Target: tr:nth-child(248) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1243
Target: tr:nth-child(248) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1244
Target: tr:nth-child(248) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1245
Target: tr:nth-child(248) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1246
Target: tr:nth-child(248) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1247
Target: tr:nth-child(249) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onLostPointerCaptureCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1248
Target: tr:nth-child(249) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: PointerEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1249
Target: tr:nth-child(249) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1250
Target: tr:nth-child(249) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1251
Target: tr:nth-child(249) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1252
Target: tr:nth-child(250) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScroll</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1253
Target: tr:nth-child(250) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1254
Target: tr:nth-child(250) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1255
Target: tr:nth-child(250) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1256
Target: tr:nth-child(250) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1257
Target: tr:nth-child(251) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onScrollCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1258
Target: tr:nth-child(251) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: UIEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1259
Target: tr:nth-child(251) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1260
Target: tr:nth-child(251) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1261
Target: tr:nth-child(251) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1262
Target: tr:nth-child(252) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheel</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1263
Target: tr:nth-child(252) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1264
Target: tr:nth-child(252) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1265
Target: tr:nth-child(252) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1266
Target: tr:nth-child(252) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1267
Target: tr:nth-child(253) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onWheelCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1268
Target: tr:nth-child(253) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: WheelEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1269
Target: tr:nth-child(253) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1270
Target: tr:nth-child(253) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1271
Target: tr:nth-child(253) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1272
Target: tr:nth-child(254) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStart</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1273
Target: tr:nth-child(254) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1274
Target: tr:nth-child(254) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1275
Target: tr:nth-child(254) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1276
Target: tr:nth-child(254) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1277
Target: tr:nth-child(255) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationStartCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1278
Target: tr:nth-child(255) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1279
Target: tr:nth-child(255) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1280
Target: tr:nth-child(255) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1281
Target: tr:nth-child(255) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1282
Target: tr:nth-child(256) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1283
Target: tr:nth-child(256) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1284
Target: tr:nth-child(256) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1285
Target: tr:nth-child(256) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1286
Target: tr:nth-child(256) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1287
Target: tr:nth-child(257) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1288
Target: tr:nth-child(257) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1289
Target: tr:nth-child(257) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1290
Target: tr:nth-child(257) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1291
Target: tr:nth-child(257) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1292
Target: tr:nth-child(258) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIteration</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1293
Target: tr:nth-child(258) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1294
Target: tr:nth-child(258) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1295
Target: tr:nth-child(258) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1296
Target: tr:nth-child(258) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1297
Target: tr:nth-child(259) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onAnimationIterationCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1298
Target: tr:nth-child(259) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: AnimationEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1299
Target: tr:nth-child(259) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1300
Target: tr:nth-child(259) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1301
Target: tr:nth-child(259) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1302
Target: tr:nth-child(260) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEnd</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1303
Target: tr:nth-child(260) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1304
Target: tr:nth-child(260) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1305
Target: tr:nth-child(260) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1306
Target: tr:nth-child(260) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1307
Target: tr:nth-child(261) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">onTransitionEndCapture</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1308
Target: tr:nth-child(261) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>(event: TransitionEvent&lt;HTMLDivElement&gt;) =&gt; void</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1309
Target: tr:nth-child(261) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1310
Target: tr:nth-child(261) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1311
Target: tr:nth-child(261) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1312
Target: tr:nth-child(262) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">classes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1313
Target: tr:nth-child(262) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Partial&lt;Record&lt;AvatarClassKey, string&gt;&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1314
Target: tr:nth-child(262) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1315
Target: tr:nth-child(262) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1316
Target: tr:nth-child(262) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1317
Target: tr:nth-child(263) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">innerRef</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1318
Target: tr:nth-child(263) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>Ref&lt;any&gt;</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1319
Target: tr:nth-child(263) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1320
Target: tr:nth-child(263) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #1321
Target: tr:nth-child(263) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Avatar</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

th-has-data-cellscat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each table header in a data table refers to data cells

Help

All th elements and elements with role=columnheader/rowheader must have data cells they describe (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: th-has-data-cells
    • message: All table header cells refer to data cells

Round Button (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Round Button</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .jss116
HTML: <span class="jss116 label">Jump to Conversation</span>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 3.93 (foreground color: #0684db, background color: #ffffff, font size: 9.0pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 258 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: .jss141
HTML: <button class="jss141 jss115 root jss132 roundButtonStyle jss126 containedButtonStyle jss127 jss129 jss130 jss139 sc-EHOje kgoQCF" tabindex="0" type="button" content="Button"><span class="jss116 label">Jump to Conversation</span></button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (58) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>content</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">Button</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">Button</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">Button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #22
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>loading</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #24
Target: span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #26
Target: span:nth-child(4) > span:nth-child(2)
HTML: <span>fullWidth</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #28
Target: span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #30
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #31
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Jump to Conversation</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #32
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #33
Target: div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #34
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #35
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #36
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>large</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #53
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #54
Target: tr:nth-child(3) > td:nth-child(4) > span
HTML: <span>contained</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #55
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #56
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #57
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #58
Target: tr:nth-child(4) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Round Button</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Round Button</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (27) 
Node #1
Target: .jss141
HTML: <button class="jss141 jss115 root jss132 roundButtonStyle jss126 containedButtonStyle jss127 jss129 jss130 jss139 sc-EHOje kgoQCF" tabindex="0" type="button" content="Button"><span class="jss116 label">Jump to Conversation</span></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>large</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>primary</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>contained</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss141
HTML: <button class="jss141 jss115 root jss132 roundButtonStyle jss126 containedButtonStyle jss127 jss129 jss130 jss139 sc-EHOje kgoQCF" tabindex="0" type="button" content="Button"><span class="jss116 label">Jump to Conversation</span></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

SuffixFollowTextField (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (7)

7 violations, involving 8 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">SuffixFollowTextField</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (1) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: suffixFollow

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

labelcat.formswcag2awcag332wcag131section508section508.22.naccessibility-check

Description

Ensures every form element has a label

Help

Form elements must have labels (More info)

Nodes (2) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
Failure Summary: Fix all of the following: Form element has multiple <label> elements
Node #2
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
Failure Summary: Fix all of the following: Form element has multiple <label> elements

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

16 rules passed, involving 196 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (2) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role
Node #2
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (2) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique
Node #2
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (2) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid
Node #2
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (18) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: label[data-shrink="false"]
HTML: <label class="jss292 jss281 jss286 jss289" data-shrink="false" for="suffixFollow">suffixFollow</label>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 4.58
Node #3
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss331[readonly=""][aria-hidden="true"]:nth-child(1)
HTML: <textarea aria-hidden="true" class="jss330 jss331" readonly="" rows="1" tabindex="-1"></textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message:
Node #4
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss331[readonly=""][aria-hidden="true"]:nth-child(2)
HTML: <textarea aria-hidden="true" class="jss330 jss331" readonly="" rows="1" tabindex="-1"></textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message:
Node #5
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 16.07
Node #6
Target: fieldset:nth-child(1) > div:nth-child(2)
HTML: <div style="margin-top: 10px;">value: </div>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #7
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .sc-ckVGcZ.dORGPI > .sc-hMqMXs.hHjfPb[data-test-automation-id="followSuffixTextFieldSuffixEl"]
HTML: <span data-test-automation-id="followSuffixTextFieldSuffixEl" class="sc-hMqMXs hHjfPb"> .pdf</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 6.19
Node #8
Target: .jss296
HTML: <label class="jss292 jss296 jss281 jss286 jss289 jss288" data-shrink="true" for="suffixFollow">suffixFollow</label>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 4.58
Node #9
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss331[readonly=""][aria-hidden="true"]:nth-child(1)
HTML: <textarea aria-hidden="true" class="jss330 jss331" readonly="" rows="1" tabindex="-1"></textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message:
Node #10
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss331[readonly=""][aria-hidden="true"]:nth-child(2)
HTML: <textarea aria-hidden="true" class="jss330 jss331" readonly="" rows="1" tabindex="-1">default Value default Value default Value default Value</textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message:
Node #11
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 16.07
Node #12
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #13
Target: div > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #16
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #17
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #18
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">SuffixFollowTextField</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">SuffixFollowTextField</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

label-title-onlycat.formsbest-practiceaccessibility-check

Description

Ensures that every form element is not solely labeled using the title or aria-describedby attributes

Help

Form elements should have a visible label (More info)

Nodes (2) 
Node #1
Target: fieldset:nth-child(1) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 19px;"></textarea>
  • Ensure none of the following:
    • id: title-only
    • message: Form element does not solely use title attribute for its label
Node #2
Target: fieldset:nth-child(2) > .sc-dxgOiQ.eVSIKY > .jss277.jss280.sc-jKJlTe > .jss312.jss299.root > .jss329 > .jss322.jss307[maxlength="\32 00"]
HTML: <textarea rows="1" class="jss330 jss322 jss307 jss324 jss309" aria-invalid="false" id="suffixFollow" maxlength="200" style="height: 19px; min-height: 37px;">default Value default Value default Value default Value</textarea>
  • Ensure none of the following:
    • id: title-only
    • message: Form element does not solely use title attribute for its label

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

Text Button (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Text Button</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .jss80
HTML: <span class="jss80 label">Button</span>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 3.93 (foreground color: #0684db, background color: #ffffff, font size: 10.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 254 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: .jss105
HTML: <button class="jss105 jss79 root jss81 textButtonStyle jss82 jss84 jss85 jss103 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss80 label">Button</span><span class="jss108"></span></button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (54) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">text</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">text</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">text</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #18
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>loading</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #22
Target: span:nth-child(3) > span:nth-child(1)
HTML: <span>fullWidth</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #24
Target: span:nth-child(3) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(3) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #26
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #27
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #28
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #29
Target: div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #30
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #31
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #32
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>large</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(3) > td:nth-child(4) > span
HTML: <span>contained</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #53
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #54
Target: tr:nth-child(4) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div style="text-align: center;"> <div><button class="jss105 jss79 root jss81 textButtonStyle jss82 jss84 jss85 jss103 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss80 label">Button</span><span class="jss108"></span></button></div></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Text Button</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Text Button</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (27) 
Node #1
Target: .jss105
HTML: <button class="jss105 jss79 root jss81 textButtonStyle jss82 jss84 jss85 jss103 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss80 label">Button</span><span class="jss108"></span></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>large</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>primary</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>contained</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss105
HTML: <button class="jss105 jss79 root jss81 textButtonStyle jss82 jss84 jss85 jss103 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss80 label">Button</span><span class="jss108"></span></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

Tooltip (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 151 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Tooltip</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (146) 
Node #1
Target: svg:nth-child(1) > defs > symbol:nth-child(5)
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker-mute
Node #2
Target: svg:nth-child(1) > defs > symbol:nth-child(6)
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker
Node #3
Target: svg:nth-child(1) > defs > symbol:nth-child(7)
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pause
Node #4
Target: svg:nth-child(1) > defs > symbol:nth-child(8)
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-play
Node #5
Target: svg:nth-child(1) > defs > symbol:nth-child(9)
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-transcription
Node #6
Target: svg:nth-child(1) > defs > symbol:nth-child(10)
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-sms
Node #7
Target: svg:nth-child(1) > defs > symbol:nth-child(11)
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-read
Node #8
Target: svg:nth-child(1) > defs > symbol:nth-child(12)
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unread
Node #9
Target: svg:nth-child(1) > defs > symbol:nth-child(13)
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-blocked
Node #10
Target: svg:nth-child(1) > defs > symbol:nth-child(14)
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat_bubble
Node #11
Target: svg:nth-child(1) > defs > symbol:nth-child(15)
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-external_link
Node #12
Target: svg:nth-child(1) > defs > symbol:nth-child(16)
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-share
Node #13
Target: svg:nth-child(1) > defs > symbol:nth-child(17)
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_right
Node #14
Target: svg:nth-child(1) > defs > symbol:nth-child(18)
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dial
Node #15
Target: svg:nth-child(1) > defs > symbol:nth-child(19)
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dialer
Node #16
Target: svg:nth-child(1) > defs > symbol:nth-child(20)
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-deletenumber
Node #17
Target: svg:nth-child(1) > defs > symbol:nth-child(21)
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-send
Node #18
Target: svg:nth-child(1) > defs > symbol:nth-child(22)
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-emoji
Node #19
Target: svg:nth-child(1) > defs > symbol:nth-child(23)
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-voicemail
Node #20
Target: svg:nth-child(1) > defs > symbol:nth-child(24)
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-answer
Node #21
Target: svg:nth-child(1) > defs > symbol:nth-child(25)
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unpin
Node #22
Target: svg:nth-child(1) > defs > symbol:nth-child(26)
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-0
Node #23
Target: svg:nth-child(1) > defs > symbol:nth-child(27)
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-1
Node #24
Target: svg:nth-child(1) > defs > symbol:nth-child(28)
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-2
Node #25
Target: svg:nth-child(1) > defs > symbol:nth-child(29)
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-3
Node #26
Target: svg:nth-child(1) > defs > symbol:nth-child(30)
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-4
Node #27
Target: svg:nth-child(1) > defs > symbol:nth-child(31)
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-5
Node #28
Target: svg:nth-child(1) > defs > symbol:nth-child(32)
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-6
Node #29
Target: svg:nth-child(1) > defs > symbol:nth-child(33)
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-7
Node #30
Target: svg:nth-child(1) > defs > symbol:nth-child(34)
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-8
Node #31
Target: svg:nth-child(1) > defs > symbol:nth-child(35)
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-9
Node #32
Target: svg:nth-child(1) > defs > symbol:nth-child(36)
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hash
Node #33
Target: svg:nth-child(1) > defs > symbol:nth-child(37)
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-asterisk
Node #34
Target: svg:nth-child(1) > defs > symbol:nth-child(38)
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-history
Node #35
Target: svg:nth-child(1) > defs > symbol:nth-child(39)
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-stop-record
Node #36
Target: svg:nth-child(1) > defs > symbol:nth-child(40)
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bell
Node #37
Target: svg:nth-child(1) > defs > symbol:nth-child(41)
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-paste
Node #38
Target: svg:nth-child(1) > defs > symbol:nth-child(42)
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic-off
Node #39
Target: svg:nth-child(1) > defs > symbol:nth-child(43)
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard_border
Node #40
Target: svg:nth-child(1) > defs > symbol:nth-child(44)
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-reset-zoom
Node #41
Target: svg:nth-child(1) > defs > symbol:nth-child(45)
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new
Node #42
Target: svg:nth-child(1) > defs > symbol:nth-child(46)
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new_border
Node #43
Target: svg:nth-child(1) > defs > symbol:nth-child(47)
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file_border
Node #44
Target: svg:nth-child(1) > defs > symbol:nth-child(48)
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file
Node #45
Target: svg:nth-child(1) > defs > symbol:nth-child(49)
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new_border
Node #46
Target: svg:nth-child(1) > defs > symbol:nth-child(50)
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new
Node #47
Target: svg:nth-child(1) > defs > symbol:nth-child(51)
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new_border
Node #48
Target: svg:nth-child(1) > defs > symbol:nth-child(52)
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new
Node #49
Target: svg:nth-child(1) > defs > symbol:nth-child(53)
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-add
Node #50
Target: svg:nth-child(1) > defs > symbol:nth-child(54)
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-more
Node #51
Target: svg:nth-child(1) > defs > symbol:nth-child(55)
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hand-up
Node #52
Target: svg:nth-child(1) > defs > symbol:nth-child(56)
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hold
Node #53
Target: svg:nth-child(1) > defs > symbol:nth-child(57)
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-keypad
Node #54
Target: svg:nth-child(1) > defs > symbol:nth-child(58)
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-tear-off
Node #55
Target: svg:nth-child(1) > defs > symbol:nth-child(59)
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-minimize
Node #56
Target: svg:nth-child(1) > defs > symbol:nth-child(60)
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-record
Node #57
Target: svg:nth-child(1) > defs > symbol:nth-child(61)
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-0
Node #58
Target: svg:nth-child(1) > defs > symbol:nth-child(62)
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-1
Node #59
Target: svg:nth-child(1) > defs > symbol:nth-child(63)
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-2
Node #60
Target: svg:nth-child(1) > defs > symbol:nth-child(64)
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-3
Node #61
Target: svg:nth-child(1) > defs > symbol:nth-child(65)
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic
Node #62
Target: svg:nth-child(1) > defs > symbol:nth-child(66)
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-forward
Node #63
Target: svg:nth-child(1) > defs > symbol:nth-child(67)
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-previous
Node #64
Target: svg:nth-child(1) > defs > symbol:nth-child(68)
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-out
Node #65
Target: svg:nth-child(1) > defs > symbol:nth-child(69)
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-in
Node #66
Target: svg:nth-child(1) > defs > symbol:nth-child(70)
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-info
Node #67
Target: svg:nth-child(1) > defs > symbol:nth-child(71)
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-avatar
Node #68
Target: svg:nth-child(1) > defs > symbol:nth-child(72)
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pin
Node #69
Target: svg:nth-child(1) > defs > symbol:nth-child(73)
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-integration
Node #70
Target: svg:nth-child(1) > defs > symbol:nth-child(74)
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-repeat
Node #71
Target: svg:nth-child(1) > defs > symbol:nth-child(75)
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add-team
Node #72
Target: svg:nth-child(1) > defs > symbol:nth-child(76)
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-conference
Node #73
Target: svg:nth-child(1) > defs > symbol:nth-child(77)
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-code-snippet
Node #74
Target: svg:nth-child(1) > defs > symbol:nth-child(78)
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-webpage
Node #75
Target: svg:nth-child(1) > defs > symbol:nth-child(79)
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-location
Node #76
Target: svg:nth-child(1) > defs > symbol:nth-child(80)
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete_circle
Node #77
Target: svg:nth-child(1) > defs > symbol:nth-child(81)
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-draft
Node #78
Target: svg:nth-child(1) > defs > symbol:nth-child(82)
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-edit
Node #79
Target: svg:nth-child(1) > defs > symbol:nth-child(83)
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mention
Node #80
Target: svg:nth-child(1) > defs > symbol:nth-child(84)
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-quote
Node #81
Target: svg:nth-child(1) > defs > symbol:nth-child(85)
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-email
Node #82
Target: svg:nth-child(1) > defs > symbol:nth-child(86)
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-work
Node #83
Target: svg:nth-child(1) > defs > symbol:nth-child(87)
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard
Node #84
Target: svg:nth-child(1) > defs > symbol:nth-child(88)
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_up
Node #85
Target: svg:nth-child(1) > defs > symbol:nth-child(89)
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_down
Node #86
Target: svg:nth-child(1) > defs > symbol:nth-child(90)
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat
Node #87
Target: svg:nth-child(1) > defs > symbol:nth-child(91)
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-people
Node #88
Target: svg:nth-child(1) > defs > symbol:nth-child(92)
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-team
Node #89
Target: svg:nth-child(1) > defs > symbol:nth-child(93)
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-doc
Node #90
Target: svg:nth-child(1) > defs > symbol:nth-child(94)
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-excel
Node #91
Target: svg:nth-child(1) > defs > symbol:nth-child(95)
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pdf
Node #92
Target: svg:nth-child(1) > defs > symbol:nth-child(96)
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-ppt
Node #93
Target: svg:nth-child(1) > defs > symbol:nth-child(97)
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-file
Node #94
Target: svg:nth-child(1) > defs > symbol:nth-child(98)
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-music
Node #95
Target: svg:nth-child(1) > defs > symbol:nth-child(99)
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-video
Node #96
Target: svg:nth-child(1) > defs > symbol:nth-child(100)
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zip
Node #97
Target: svg:nth-child(1) > defs > symbol:nth-child(101)
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-preview
Node #98
Target: svg:nth-child(1) > defs > symbol:nth-child(102)
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-broken
Node #99
Target: svg:nth-child(1) > defs > symbol:nth-child(103)
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star
Node #100
Target: svg:nth-child(1) > defs > symbol:nth-child(104)
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star_border
Node #101
Target: svg:nth-child(1) > defs > symbol:nth-child(105)
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unlock
Node #102
Target: svg:nth-child(1) > defs > symbol:nth-child(106)
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-lock
Node #103
Target: svg:nth-child(1) > defs > symbol:nth-child(107)
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark
Node #104
Target: svg:nth-child(1) > defs > symbol:nth-child(108)
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark_border
Node #105
Target: svg:nth-child(1) > defs > symbol:nth-child(109)
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup
Node #106
Target: svg:nth-child(1) > defs > symbol:nth-child(110)
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup_border
Node #107
Target: svg:nth-child(1) > defs > symbol:nth-child(111)
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_vert
Node #108
Target: svg:nth-child(1) > defs > symbol:nth-child(112)
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_horiz
Node #109
Target: svg:nth-child(1) > defs > symbol:nth-child(113)
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete
Node #110
Target: svg:nth-child(1) > defs > symbol:nth-child(114)
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines
Node #111
Target: svg:nth-child(1) > defs > symbol:nth-child(115)
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines_border
Node #112
Target: svg:nth-child(1) > defs > symbol:nth-child(116)
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-comment
Node #113
Target: svg:nth-child(1) > defs > symbol:nth-child(117)
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings_border
Node #114
Target: svg:nth-child(1) > defs > symbol:nth-child(118)
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings
Node #115
Target: svg:nth-child(1) > defs > symbol:nth-child(119)
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-attachment
Node #116
Target: svg:nth-child(1) > defs > symbol:nth-child(120)
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-computer
Node #117
Target: svg:nth-child(1) > defs > symbol:nth-child(121)
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-download
Node #118
Target: svg:nth-child(1) > defs > symbol:nth-child(122)
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-refresh
Node #119
Target: svg:nth-child(1) > defs > symbol:nth-child(123)
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-close
Node #120
Target: svg:nth-child(1) > defs > symbol:nth-child(124)
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_less
Node #121
Target: svg:nth-child(1) > defs > symbol:nth-child(125)
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_more
Node #122
Target: svg:nth-child(1) > defs > symbol:nth-child(126)
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_left
Node #123
Target: svg:nth-child(1) > defs > symbol:nth-child(127)
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_right
Node #124
Target: svg:nth-child(1) > defs > symbol:nth-child(128)
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_right
Node #125
Target: svg:nth-child(1) > defs > symbol:nth-child(129)
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_left
Node #126
Target: svg:nth-child(1) > defs > symbol:nth-child(130)
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bulleted
Node #127
Target: svg:nth-child(1) > defs > symbol:nth-child(131)
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note
Node #128
Target: svg:nth-child(1) > defs > symbol:nth-child(132)
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event
Node #129
Target: svg:nth-child(1) > defs > symbol:nth-child(133)
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-copy
Node #130
Target: svg:nth-child(1) > defs > symbol:nth-child(134)
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-inbox
Node #131
Target: svg:nth-child(1) > defs > symbol:nth-child(135)
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone_border
Node #132
Target: svg:nth-child(1) > defs > symbol:nth-child(136)
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone
Node #133
Target: svg:nth-child(1) > defs > symbol:nth-child(137)
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-search
Node #134
Target: svg:nth-child(1) > defs > symbol:nth-child(138)
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-remove
Node #135
Target: svg:nth-child(1) > defs > symbol:nth-child(139)
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add
Node #136
Target: svg:nth-child(1) > defs > symbol:nth-child(140)
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-calendar
Node #137
Target: svg:nth-child(1) > defs > symbol:nth-child(141)
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-assignment
Node #138
Target: svg:nth-child(1) > defs > symbol:nth-child(142)
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts
Node #139
Target: svg:nth-child(1) > defs > symbol:nth-child(143)
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts_border
Node #140
Target: svg:nth-child(1) > defs > symbol:nth-child(144)
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task_incomplete
Node #141
Target: svg:nth-child(1) > defs > symbol:nth-child(145)
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task
Node #142
Target: svg:nth-child(1) > defs > symbol:nth-child(146)
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-evernote
Node #143
Target: svg:nth-child(1) > defs > symbol:nth-child(147)
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-google
Node #144
Target: svg:nth-child(1) > defs > symbol:nth-child(148)
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-onedrive
Node #145
Target: svg:nth-child(1) > defs > symbol:nth-child(149)
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dropbox
Node #146
Target: symbol:nth-child(150)
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-box

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiTooltip" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

12 rules passed, involving 61 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: div > button
HTML: <button class="" style="margin-left: 120px;">Arrow tool tip and some test</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (31) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Tooltip</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div > button
HTML: <button class="" style="margin-left: 120px;">Arrow tool tip and some test</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #6
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiTooltip</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #7
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>title</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #8
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I am arrow tip</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #9
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I am arrow tip</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #10
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I am arrow tip</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #11
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>placement</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #12
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">bottom</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">bottom</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">bottom</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #15
Target: pre > div > div > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #16
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #18
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">marginLeft</span></span>: <span style="color: rgb(170, 17, 17);">120</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">marginLeft</span></span>: <span style="color: rgb(170, 17, 17);">120</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">marginLeft</span></span>: <span style="color: rgb(170, 17, 17);">120</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #21
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">marginLeft</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #22
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(170, 17, 17);">120</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #23
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #24
Target: div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Arrow tool tip and some test</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #25
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/button&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #26
Target: pre > div > div > div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiTooltip&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #27
Target: pre > div > div > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #28
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #29
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiTooltip" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (11) 
Node #1
Target: #icon-incall
HTML: <symbol id="icon-incall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-missedcall
HTML: <symbol id="icon-missedcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-outcall
HTML: <symbol id="icon-outcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-forwardcall
HTML: <symbol id="icon-forwardcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #story-root
HTML: <div id="story-root"><div><button class="" style="margin-left: 120px;">Arrow tool tip and some test</button></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Tooltip</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Tooltip</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiTooltip" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Tooltip</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Tooltip</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: div > button
HTML: <button class="" style="margin-left: 120px;">Arrow tool tip and some test</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: button[type="button"]
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Tooltip</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

Volume slider (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss473
HTML: <button class="jss473 jss465 jss466" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Volume slider</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

20 rules passed, involving 195 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (1) 
Node #1
Target: .jss459
HTML: <div role="slider" class="jss459" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (16) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: pre > div > div > div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #15
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #16
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Volume slider</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Volume slider</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss473
HTML: <button class="jss473 jss465 jss466" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss473
HTML: <button class="jss473 jss465 jss466" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

Iconography (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 5 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Iconography</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

12 rules passed, involving 191 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (21) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: div:nth-child(2) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #6
Target: div:nth-child(2) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>iconColor</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">[<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'primary'</span></span>,<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'main'</span></span>]</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #8
Target: span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">[<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'primary'</span></span>,<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'main'</span></span>]</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #9
Target: span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">[<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'primary'</span></span>,<span><span style="color: rgb(34, 34, 170); word-break: break-word;">'main'</span></span>]</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #10
Target: span:nth-child(1) > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'primary'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #11
Target: span:nth-child(2) > span > span > span:nth-child(2) > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'main'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #12
Target: div:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: div:nth-child(2) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #18
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #19
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div><span class=" star icon sc-bZQynM jMLbKo"><svg class="sc-gzVnrw hrRLTf"><use xlink:href-hammerhead-stored-value="#icon-star" xlink:href="#icon-star" href="#icon-star"></use></svg></span></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Iconography</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Iconography</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

With field (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (7)

7 violations, involving 7 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss422
HTML: <button class="jss422 jss414" tabindex="0" type="button"></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With field</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

labelcat.formswcag2awcag332wcag131section508section508.22.naccessibility-check

Description

Ensures every form element has a label

Help

Form elements must have labels (More info)

Nodes (1) 
Node #1
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
Failure Summary: Fix any of the following: aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Form element does not have an implicit (wrapped) <label> Form element does not have an explicit <label> Element has no title attribute or the title attribute is empty

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

21 rules passed, involving 200 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (2) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role
Node #2
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (2) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique
Node #2
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (2) 
Node #1
Target: .jss408
HTML: <div role="slider" class="jss408" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid
Node #2
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (17) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 16.07
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #8
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #10
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #11
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #16
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #17
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With field</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With field</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss422
HTML: <button class="jss422 jss414" tabindex="0" type="button"></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

label-title-onlycat.formsbest-practiceaccessibility-check

Description

Ensures that every form element is not solely labeled using the title or aria-describedby attributes

Help

Form elements should have a visible label (More info)

Nodes (1) 
Node #1
Target: input
HTML: <input aria-invalid="false" class="jss452 jss437" readonly="" type="text" value="10">
  • Ensure none of the following:
    • id: title-only
    • message: Form element does not solely use title attribute for its label

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss422
HTML: <button class="jss422 jss414" tabindex="0" type="button"></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

IconList (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 5 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: #root > div > div:nth-child(1) > div > div > h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">IconList</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: div:nth-child(3) > div > div:nth-child(2) > div > h3
HTML: <h3 style="margin: 20px 0px 0px;">"IconList" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

12 rules passed, involving 191 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (13) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: #story-root > div > h2
HTML: <h2> loading icons</h2>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #3
Target: h3:nth-child(2)
HTML: <h3>current icon number: 0</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #4
Target: h3:nth-child(3)
HTML: <h3>latest icon number: 0</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #5
Target: #story-root > div > p:nth-child(4)
HTML: <p>green shadow means this icon is not in current version of icon yet, you can update icon by running 'npm run update-icon'</p>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #6
Target: p:nth-child(5)
HTML: <p>red shadow means this icon is deleted, they will not be available in next version of icon</p>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #7
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #8
Target: span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;IconList</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #9
Target: span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #10
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #11
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #12
Target: div:nth-child(3) > div > div:nth-child(2) > div > h3
HTML: <h3 style="margin: 20px 0px 0px;">"IconList" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #13
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (8) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: #root > div > div:nth-child(1) > div > div > h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">IconList</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: #story-root > div > h2
HTML: <h2> loading icons</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: h3:nth-child(2)
HTML: <h3>current icon number: 0</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3:nth-child(3)
HTML: <h3>latest icon number: 0</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #6
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #7
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #8
Target: div:nth-child(3) > div > div:nth-child(2) > div > h3
HTML: <h3 style="margin: 20px 0px 0px;">"IconList" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (7) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: #root > div > div:nth-child(1) > div > div > h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">IconList</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: #story-root > div > h2
HTML: <h2> loading icons</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: h3:nth-child(2)
HTML: <h3>current icon number: 0</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #5
Target: h3:nth-child(3)
HTML: <h3>latest icon number: 0</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #6
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #7
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (3) 
Node #1
Target: #story-root > div > p:nth-child(4)
HTML: <p>green shadow means this icon is not in current version of icon yet, you can update icon by running 'npm run update-icon'</p>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: p:nth-child(5)
HTML: <p>red shadow means this icon is deleted, they will not be available in next version of icon</p>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Icon</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

With icon (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss405
HTML: <button class="jss405 jss397" tabindex="0" type="button"></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With icon</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

20 rules passed, involving 195 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (1) 
Node #1
Target: .jss391
HTML: <div role="slider" class="jss391" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (16) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: pre > div > div > div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #15
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #16
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With icon</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">With icon</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss405
HTML: <button class="jss405 jss397" tabindex="0" type="button"></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss405
HTML: <button class="jss405 jss397" tabindex="0" type="button"></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

Floating (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss267
HTML: <button class="jss267 jss257 jss266 sc-jTzLTM hLBlOI" tabindex="0" type="button">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Floating</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

13 rules passed, involving 201 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (29) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Styled(Component)</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">inherit</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">inherit</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">inherit</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #20
Target: span:nth-child(3) > span:nth-child(1)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: span:nth-child(3) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #24
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #25
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #26
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #27
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #28
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Floating</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Floating</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss267
HTML: <button class="jss267 jss257 jss266 sc-jTzLTM hLBlOI" tabindex="0" type="button">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss267
HTML: <button class="jss267 jss257 jss266 sc-jTzLTM hLBlOI" tabindex="0" type="button">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

capsule (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 9 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (4) 
Node #1
Target: .jss247.jss241.inline-icon:nth-child(1)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #2
Target: .jss247.jss241.inline-icon:nth-child(2)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #3
Target: .jss247.jss241.inline-icon:nth-child(3)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #4
Target: .jss247.jss241.inline-icon:nth-child(4)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">capsule</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Capsule" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 343 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (149) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: pre > div > div > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;styled.div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: pre > div > div > div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Capsule</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #18
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #19
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #20
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #24
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #26
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #28
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #30
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #31
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #32
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #33
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #34
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #35
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #36
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #37
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #38
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #39
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #40
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #41
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #42
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #43
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #44
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #45
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #46
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #47
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #48
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #49
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #50
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #51
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #52
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #53
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #54
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #55
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #56
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #57
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #58
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #59
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #60
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #61
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #62
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #63
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #64
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #65
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #66
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #67
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #68
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #69
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #70
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #71
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #72
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #73
Target: div:nth-child(3) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #74
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #75
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #76
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #77
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #78
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #79
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #80
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #81
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #82
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #83
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #84
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #85
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #86
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #87
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #88
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #89
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #90
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #91
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #92
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #93
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #94
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #95
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #96
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #97
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #98
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #99
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #100
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #101
Target: div:nth-child(4) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #102
Target: div:nth-child(4) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #103
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #104
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #105
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #106
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #107
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #108
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #109
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #110
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #111
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #112
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #113
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #114
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #115
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #116
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #117
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #118
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #119
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #120
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #121
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #122
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #123
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #124
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #125
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #126
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #127
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #128
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #129
Target: div:nth-child(5) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">signal</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #130
Target: div:nth-child(5) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #131
Target: div:nth-child(6) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Capsule&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #132
Target: pre > div > div > div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/styled.div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #133
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #134
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #135
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #136
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Capsule" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #137
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #138
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #139
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #140
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #141
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #142
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #143
Target: td:nth-child(2) > span
HTML: <span>"small" | "large" | "medium"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #144
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #145
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #146
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #147
Target: div:nth-child(3) > small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #148
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #149
Target: div:nth-child(4) > small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (7) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">capsule</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Capsule" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #6
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #7
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (6) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">capsule</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #5
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #6
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (15) 
Node #1
Target: .jss247.jss241.inline-icon:nth-child(1)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: .jss247.jss241.inline-icon:nth-child(2)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: .jss247.jss241.inline-icon:nth-child(3)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: .jss247.jss241.inline-icon:nth-child(4)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>"small" | "large" | "medium"</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (4) 
Node #1
Target: .jss247.jss241.inline-icon:nth-child(1)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #2
Target: .jss247.jss241.inline-icon:nth-child(2)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #3
Target: .jss247.jss241.inline-icon:nth-child(3)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #4
Target: .jss247.jss241.inline-icon:nth-child(4)
HTML: <button class="jss247 jss241 inline-icon sc-iwsKbI fmctap" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

Discrete slider (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss380
HTML: <button class="jss380 jss372 jss373" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Discrete slider</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

20 rules passed, involving 195 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (1) 
Node #1
Target: .jss366
HTML: <div role="slider" class="jss366" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (16) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #15
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #16
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Discrete slider</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Discrete slider</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss380
HTML: <button class="jss380 jss372 jss373" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss380
HTML: <button class="jss380 jss372 jss373" tabindex="0" type="button"><div class="sc-kAzzGY gtIDqt"></div></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

group (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 9 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (4) 
Node #1
Target: .jss223.jss217.inline-icon:nth-child(1)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #2
Target: .jss223.jss217.inline-icon:nth-child(2)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #3
Target: .jss223.jss217.inline-icon:nth-child(3)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty
Node #4
Target: .jss223.jss217.inline-icon:nth-child(4)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">group</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Group" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 343 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (149) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: pre > div > div > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;styled.div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: pre > div > div > div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Group</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #18
Target: div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #19
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #20
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #24
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #26
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #28
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #30
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #31
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #32
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #33
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #34
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #35
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #36
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #37
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #38
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #39
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #40
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #41
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #42
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #43
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #44
Target: div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #45
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #46
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #47
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #48
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #49
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #50
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #51
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #52
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #53
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #54
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #55
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #56
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #57
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #58
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #59
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #60
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #61
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #62
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #63
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #64
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #65
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #66
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #67
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #68
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #69
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #70
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #71
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #72
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #73
Target: div:nth-child(3) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #74
Target: div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #75
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #76
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #77
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #78
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #79
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #80
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #81
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #82
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #83
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #84
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #85
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #86
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #87
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #88
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #89
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #90
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #91
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #92
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #93
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #94
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #95
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #96
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #97
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #98
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #99
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #100
Target: div:nth-child(4) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #101
Target: div:nth-child(4) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">call-add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #102
Target: div:nth-child(4) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #103
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #104
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #105
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #106
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #107
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #108
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #109
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #110
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #111
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #112
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #113
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #114
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #115
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #116
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #117
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #118
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #119
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #120
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #121
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #122
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #123
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a signal</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #124
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #125
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #126
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #127
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(2) > span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">signal-0</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #128
Target: div:nth-child(5) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #129
Target: div:nth-child(5) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">signal</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #130
Target: div:nth-child(5) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #131
Target: div:nth-child(6) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Group&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #132
Target: pre > div > div > div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/styled.div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #133
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #134
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #135
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #136
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Group" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #137
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #138
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #139
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #140
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #141
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #142
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #143
Target: td:nth-child(2) > span
HTML: <span>IconButtonSize</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #144
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #145
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #146
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #147
Target: div:nth-child(3) > small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #148
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #149
Target: div:nth-child(4) > small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (7) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">group</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"Group" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #6
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #7
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (6) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">group</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #5
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #6
Target: div:nth-child(4) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (15) 
Node #1
Target: .jss223.jss217.inline-icon:nth-child(1)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: .jss223.jss217.inline-icon:nth-child(2)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: .jss223.jss217.inline-icon:nth-child(3)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: .jss223.jss217.inline-icon:nth-child(4)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>IconButtonSize</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (4) 
Node #1
Target: .jss223.jss217.inline-icon:nth-child(1)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #2
Target: .jss223.jss217.inline-icon:nth-child(2)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #3
Target: .jss223.jss217.inline-icon:nth-child(3)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0
Node #4
Target: .jss223.jss217.inline-icon:nth-child(4)
HTML: <button class="jss223 jss217 inline-icon sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

Continuous slider (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss363
HTML: <button class="jss363 jss355" tabindex="0" type="button"></button>
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Continuous slider</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

20 rules passed, involving 201 total nodes

aria-allowed-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures ARIA attributes are allowed for an element's role

Help

Elements must only use allowed ARIA attributes (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-allowed-attr
    • message: ARIA attributes are used correctly for the defined role

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

aria-valid-attr-valuecat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all ARIA attributes have valid values

Help

ARIA attributes must conform to valid values (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure all of the following:
    • id: aria-valid-attr-value
    • message: ARIA attribute values are valid
    • id: aria-errormessage
    • message: Uses a supported aria-errormessage technique

aria-valid-attrcat.ariawcag2awcag411accessibility-check

Description

Ensures attributes that begin with aria- are valid ARIA attributes

Help

ARIA attributes must conform to valid names (More info)

Nodes (1) 
Node #1
Target: .jss349
HTML: <div role="slider" class="jss349" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal">
  • Ensure any of the following:
    • id: aria-valid-attr
    • message: ARIA attribute name are valid

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (20) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;styled.div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(3) > div:nth-child(2) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #15
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/styled.div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #16
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #18
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #19
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (6) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Continuous slider</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: div:nth-child(2) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #6
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Continuous slider</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #5
Target: div:nth-child(3) > h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss363
HTML: <button class="jss363 jss355" tabindex="0" type="button"></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Forms/Slider</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss363
HTML: <button class="jss363 jss355" tabindex="0" type="button"></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

plain (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss158
HTML: <button class="jss158 jss152 sc-iwsKbI ewZhQZ" tabindex="0" type="button" variant="plain">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">plain</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

13 rules passed, involving 217 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (45) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">plain</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">plain</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">plain</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #20
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: span:nth-child(3) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #24
Target: span:nth-child(4) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #26
Target: span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #28
Target: span:nth-child(5) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #30
Target: span:nth-child(5) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #31
Target: span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #32
Target: span:nth-child(6) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #33
Target: span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">add</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #34
Target: span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">add</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #35
Target: span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">add</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #36
Target: span:nth-child(7) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #37
Target: span:nth-child(7) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #38
Target: span:nth-child(7) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #39
Target: span:nth-child(7) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #40
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #41
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #42
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #43
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">plain</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">plain</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss158
HTML: <button class="jss158 jss152 sc-iwsKbI ewZhQZ" tabindex="0" type="button" variant="plain">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss158
HTML: <button class="jss158 jss152 sc-iwsKbI ewZhQZ" tabindex="0" type="button" variant="plain">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

Contained Button (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Contained Button</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .jss8
HTML: <span class="jss8 label">Button</span>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 3.93 (foreground color: #ffffff, background color: #0684db, font size: 10.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 250 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: .jss33
HTML: <button class="jss33 jss7 root jss18 containedButtonStyle jss19 jss21 jss22 jss31 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss8 label">Button</span><span class="jss36"></span></button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (50) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>loading</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #18
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>fullWidth</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #22
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #23
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #24
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #25
Target: div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #26
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #27
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #28
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #29
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #30
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #31
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #32
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>large</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(3) > td:nth-child(4) > span
HTML: <span>contained</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(4) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div style="text-align: center;"> <div><button class="jss33 jss7 root jss18 containedButtonStyle jss19 jss21 jss22 jss31 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss8 label">Button</span><span class="jss36"></span></button></div></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Contained Button</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Contained Button</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (27) 
Node #1
Target: .jss33
HTML: <button class="jss33 jss7 root jss18 containedButtonStyle jss19 jss21 jss22 jss31 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss8 label">Button</span><span class="jss36"></span></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>large</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>primary</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>contained</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss33
HTML: <button class="jss33 jss7 root jss18 containedButtonStyle jss19 jss21 jss22 jss31 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss8 label">Button</span><span class="jss36"></span></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

round (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss175
HTML: <button class="jss175 jss169 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">round</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

13 rules passed, involving 219 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (47) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;Unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">round</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #20
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: span:nth-child(3) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #24
Target: span:nth-child(4) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #26
Target: span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #28
Target: span:nth-child(5) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #30
Target: span:nth-child(5) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #31
Target: span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #32
Target: span:nth-child(6) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #33
Target: span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #34
Target: span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #35
Target: span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">I'm a star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #36
Target: span:nth-child(7) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #37
Target: span:nth-child(7) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #38
Target: span:nth-child(7) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #39
Target: span:nth-child(7) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #40
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #41
Target: div:nth-child(3) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #42
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/Unknown&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #43
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #44
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #45
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">round</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">round</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (2) 
Node #1
Target: .jss175
HTML: <button class="jss175 jss169 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss175
HTML: <button class="jss175 jss169 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="round">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

CircularProgress (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 151 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">CircularProgress</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (146) 
Node #1
Target: :root > defs > symbol:nth-child(5)
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker-mute
Node #2
Target: :root > defs > symbol:nth-child(6)
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-speaker
Node #3
Target: :root > defs > symbol:nth-child(7)
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pause
Node #4
Target: :root > defs > symbol:nth-child(8)
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-play
Node #5
Target: :root > defs > symbol:nth-child(9)
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-transcription
Node #6
Target: :root > defs > symbol:nth-child(10)
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-sms
Node #7
Target: :root > defs > symbol:nth-child(11)
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-read
Node #8
Target: :root > defs > symbol:nth-child(12)
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unread
Node #9
Target: :root > defs > symbol:nth-child(13)
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-blocked
Node #10
Target: :root > defs > symbol:nth-child(14)
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat_bubble
Node #11
Target: :root > defs > symbol:nth-child(15)
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-external_link
Node #12
Target: :root > defs > symbol:nth-child(16)
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-share
Node #13
Target: :root > defs > symbol:nth-child(17)
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_right
Node #14
Target: :root > defs > symbol:nth-child(18)
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dial
Node #15
Target: :root > defs > symbol:nth-child(19)
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dialer
Node #16
Target: :root > defs > symbol:nth-child(20)
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-deletenumber
Node #17
Target: :root > defs > symbol:nth-child(21)
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-send
Node #18
Target: :root > defs > symbol:nth-child(22)
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-emoji
Node #19
Target: :root > defs > symbol:nth-child(23)
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-voicemail
Node #20
Target: :root > defs > symbol:nth-child(24)
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-answer
Node #21
Target: :root > defs > symbol:nth-child(25)
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unpin
Node #22
Target: :root > defs > symbol:nth-child(26)
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-0
Node #23
Target: :root > defs > symbol:nth-child(27)
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-1
Node #24
Target: :root > defs > symbol:nth-child(28)
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-2
Node #25
Target: :root > defs > symbol:nth-child(29)
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-3
Node #26
Target: :root > defs > symbol:nth-child(30)
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-4
Node #27
Target: :root > defs > symbol:nth-child(31)
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-5
Node #28
Target: :root > defs > symbol:nth-child(32)
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-6
Node #29
Target: :root > defs > symbol:nth-child(33)
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-7
Node #30
Target: :root > defs > symbol:nth-child(34)
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-8
Node #31
Target: :root > defs > symbol:nth-child(35)
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-9
Node #32
Target: :root > defs > symbol:nth-child(36)
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hash
Node #33
Target: :root > defs > symbol:nth-child(37)
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-asterisk
Node #34
Target: :root > defs > symbol:nth-child(38)
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-history
Node #35
Target: :root > defs > symbol:nth-child(39)
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-stop-record
Node #36
Target: :root > defs > symbol:nth-child(40)
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bell
Node #37
Target: :root > defs > symbol:nth-child(41)
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-paste
Node #38
Target: :root > defs > symbol:nth-child(42)
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic-off
Node #39
Target: :root > defs > symbol:nth-child(43)
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard_border
Node #40
Target: :root > defs > symbol:nth-child(44)
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-reset-zoom
Node #41
Target: :root > defs > symbol:nth-child(45)
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new
Node #42
Target: :root > defs > symbol:nth-child(46)
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task-new_border
Node #43
Target: :root > defs > symbol:nth-child(47)
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file_border
Node #44
Target: :root > defs > symbol:nth-child(48)
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-file
Node #45
Target: :root > defs > symbol:nth-child(49)
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new_border
Node #46
Target: :root > defs > symbol:nth-child(50)
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note-new
Node #47
Target: :root > defs > symbol:nth-child(51)
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new_border
Node #48
Target: :root > defs > symbol:nth-child(52)
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event-new
Node #49
Target: :root > defs > symbol:nth-child(53)
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-add
Node #50
Target: :root > defs > symbol:nth-child(54)
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-call-more
Node #51
Target: :root > defs > symbol:nth-child(55)
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hand-up
Node #52
Target: :root > defs > symbol:nth-child(56)
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-hold
Node #53
Target: :root > defs > symbol:nth-child(57)
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-keypad
Node #54
Target: :root > defs > symbol:nth-child(58)
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-tear-off
Node #55
Target: :root > defs > symbol:nth-child(59)
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-minimize
Node #56
Target: :root > defs > symbol:nth-child(60)
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-record
Node #57
Target: :root > defs > symbol:nth-child(61)
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-0
Node #58
Target: :root > defs > symbol:nth-child(62)
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-1
Node #59
Target: :root > defs > symbol:nth-child(63)
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-2
Node #60
Target: :root > defs > symbol:nth-child(64)
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-signal-3
Node #61
Target: :root > defs > symbol:nth-child(65)
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mic
Node #62
Target: :root > defs > symbol:nth-child(66)
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-forward
Node #63
Target: :root > defs > symbol:nth-child(67)
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-previous
Node #64
Target: :root > defs > symbol:nth-child(68)
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-out
Node #65
Target: :root > defs > symbol:nth-child(69)
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zoom-in
Node #66
Target: :root > defs > symbol:nth-child(70)
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-info
Node #67
Target: :root > defs > symbol:nth-child(71)
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-avatar
Node #68
Target: :root > defs > symbol:nth-child(72)
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pin
Node #69
Target: :root > defs > symbol:nth-child(73)
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-integration
Node #70
Target: :root > defs > symbol:nth-child(74)
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-repeat
Node #71
Target: :root > defs > symbol:nth-child(75)
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add-team
Node #72
Target: :root > defs > symbol:nth-child(76)
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-conference
Node #73
Target: :root > defs > symbol:nth-child(77)
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-code-snippet
Node #74
Target: :root > defs > symbol:nth-child(78)
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-webpage
Node #75
Target: :root > defs > symbol:nth-child(79)
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-location
Node #76
Target: :root > defs > symbol:nth-child(80)
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete_circle
Node #77
Target: :root > defs > symbol:nth-child(81)
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-draft
Node #78
Target: :root > defs > symbol:nth-child(82)
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-edit
Node #79
Target: :root > defs > symbol:nth-child(83)
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-mention
Node #80
Target: :root > defs > symbol:nth-child(84)
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-quote
Node #81
Target: :root > defs > symbol:nth-child(85)
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-email
Node #82
Target: :root > defs > symbol:nth-child(86)
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-work
Node #83
Target: :root > defs > symbol:nth-child(87)
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dashboard
Node #84
Target: :root > defs > symbol:nth-child(88)
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_up
Node #85
Target: :root > defs > symbol:nth-child(89)
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-arrow_down
Node #86
Target: :root > defs > symbol:nth-child(90)
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chat
Node #87
Target: :root > defs > symbol:nth-child(91)
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-people
Node #88
Target: :root > defs > symbol:nth-child(92)
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-team
Node #89
Target: :root > defs > symbol:nth-child(93)
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-doc
Node #90
Target: :root > defs > symbol:nth-child(94)
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-excel
Node #91
Target: :root > defs > symbol:nth-child(95)
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-pdf
Node #92
Target: :root > defs > symbol:nth-child(96)
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-ppt
Node #93
Target: :root > defs > symbol:nth-child(97)
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-file
Node #94
Target: :root > defs > symbol:nth-child(98)
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-music
Node #95
Target: :root > defs > symbol:nth-child(99)
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-default-video
Node #96
Target: :root > defs > symbol:nth-child(100)
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-zip
Node #97
Target: :root > defs > symbol:nth-child(101)
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-preview
Node #98
Target: :root > defs > symbol:nth-child(102)
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-image-broken
Node #99
Target: :root > defs > symbol:nth-child(103)
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star
Node #100
Target: :root > defs > symbol:nth-child(104)
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-star_border
Node #101
Target: :root > defs > symbol:nth-child(105)
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unlock
Node #102
Target: :root > defs > symbol:nth-child(106)
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-lock
Node #103
Target: :root > defs > symbol:nth-child(107)
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark
Node #104
Target: :root > defs > symbol:nth-child(108)
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bookmark_border
Node #105
Target: :root > defs > symbol:nth-child(109)
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup
Node #106
Target: :root > defs > symbol:nth-child(110)
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-thumbup_border
Node #107
Target: :root > defs > symbol:nth-child(111)
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_vert
Node #108
Target: :root > defs > symbol:nth-child(112)
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-more_horiz
Node #109
Target: :root > defs > symbol:nth-child(113)
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-delete
Node #110
Target: :root > defs > symbol:nth-child(114)
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines
Node #111
Target: :root > defs > symbol:nth-child(115)
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bubble_lines_border
Node #112
Target: :root > defs > symbol:nth-child(116)
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-comment
Node #113
Target: :root > defs > symbol:nth-child(117)
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings_border
Node #114
Target: :root > defs > symbol:nth-child(118)
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-settings
Node #115
Target: :root > defs > symbol:nth-child(119)
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-attachment
Node #116
Target: :root > defs > symbol:nth-child(120)
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-computer
Node #117
Target: :root > defs > symbol:nth-child(121)
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-download
Node #118
Target: :root > defs > symbol:nth-child(122)
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-refresh
Node #119
Target: :root > defs > symbol:nth-child(123)
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-close
Node #120
Target: :root > defs > symbol:nth-child(124)
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_less
Node #121
Target: :root > defs > symbol:nth-child(125)
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-unfold_more
Node #122
Target: :root > defs > symbol:nth-child(126)
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_left
Node #123
Target: :root > defs > symbol:nth-child(127)
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-chevron_right
Node #124
Target: :root > defs > symbol:nth-child(128)
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_right
Node #125
Target: :root > defs > symbol:nth-child(129)
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-double-chevron_left
Node #126
Target: :root > defs > symbol:nth-child(130)
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-bulleted
Node #127
Target: :root > defs > symbol:nth-child(131)
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-note
Node #128
Target: :root > defs > symbol:nth-child(132)
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-event
Node #129
Target: :root > defs > symbol:nth-child(133)
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-copy
Node #130
Target: :root > defs > symbol:nth-child(134)
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-inbox
Node #131
Target: :root > defs > symbol:nth-child(135)
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone_border
Node #132
Target: :root > defs > symbol:nth-child(136)
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-phone
Node #133
Target: :root > defs > symbol:nth-child(137)
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-search
Node #134
Target: :root > defs > symbol:nth-child(138)
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-remove
Node #135
Target: :root > defs > symbol:nth-child(139)
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-add
Node #136
Target: :root > defs > symbol:nth-child(140)
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-calendar
Node #137
Target: :root > defs > symbol:nth-child(141)
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-assignment
Node #138
Target: :root > defs > symbol:nth-child(142)
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts
Node #139
Target: :root > defs > symbol:nth-child(143)
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-contacts_border
Node #140
Target: :root > defs > symbol:nth-child(144)
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task_incomplete
Node #141
Target: :root > defs > symbol:nth-child(145)
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-task
Node #142
Target: :root > defs > symbol:nth-child(146)
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-evernote
Node #143
Target: :root > defs > symbol:nth-child(147)
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-google
Node #144
Target: :root > defs > symbol:nth-child(148)
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-onedrive
Node #145
Target: :root > defs > symbol:nth-child(149)
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-dropbox
Node #146
Target: symbol:nth-child(150)
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
Failure Summary: Fix any of the following: Document has multiple elements with the same id attribute: icon-box

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

16 rules passed, involving 57 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

aria-required-attrcat.ariawcag2awcag411wcag412accessibility-check

Description

Ensures elements with ARIA roles have all required ARIA attributes

Help

Required ARIA attributes must be provided (More info)

Nodes (2) 
Node #1
Target: .jss487
HTML: <div class="jss484 jss487 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 24px; height: 24px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present
Node #2
Target: .jss488
HTML: <div class="jss484 jss488 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 32px; height: 32px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-attr
    • message: All required ARIA attributes are present

aria-required-childrencat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require child roles contain them

Help

Certain ARIA roles must contain particular children (More info)

Nodes (2) 
Node #1
Target: .jss487
HTML: <div class="jss484 jss487 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 24px; height: 24px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present
Node #2
Target: .jss488
HTML: <div class="jss484 jss488 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 32px; height: 32px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-children
    • message: Required ARIA children are present

aria-required-parentcat.ariawcag2awcag131accessibility-check

Description

Ensures elements with an ARIA role that require parent roles are contained by them

Help

Certain ARIA roles must be contained by particular parents (More info)

Nodes (2) 
Node #1
Target: .jss487
HTML: <div class="jss484 jss487 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 24px; height: 24px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present
Node #2
Target: .jss488
HTML: <div class="jss484 jss488 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 32px; height: 32px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure any of the following:
    • id: aria-required-parent
    • message: Required ARIA parent role present

aria-rolescat.ariawcag2awcag131wcag411wcag412accessibility-check

Description

Ensures all elements with a role attribute use a valid value

Help

ARIA roles used must conform to valid values (More info)

Nodes (2) 
Node #1
Target: .jss487
HTML: <div class="jss484 jss487 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 24px; height: 24px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used
Node #2
Target: .jss488
HTML: <div class="jss484 jss488 jss486 sc-bxivhb bUZGRr" role="progressbar" style="width: 32px; height: 32px;"><svg class="jss489" viewBox="22 22 44 44"><circle class="jss490 jss492" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></div>
  • Ensure none of the following:
    • id: invalidrole
    • message: ARIA role is valid
    • id: abstractrole
    • message: Abstract roles are not used

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (21) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;styled.div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #5
Target: div:nth-child(2) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiCircularProgress</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #6
Target: div:nth-child(2) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #7
Target: div:nth-child(3) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiCircularProgress</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #8
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #9
Target: span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">32</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #10
Target: span:nth-child(1) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">32</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #11
Target: span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">32</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #12
Target: div:nth-child(3) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">secondary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: div:nth-child(3) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">/&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #17
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/styled.div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #18
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #19
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #20
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #21
Target: small
HTML: <small>No propTypes defined!</small>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (11) 
Node #1
Target: #icon-incall
HTML: <symbol id="icon-incall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-missedcall
HTML: <symbol id="icon-missedcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-outcall
HTML: <symbol id="icon-outcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-forwardcall
HTML: <symbol id="icon-forwardcall" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">CircularProgress</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"StyledComponent" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">CircularProgress</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (1) 
Node #1
Target: button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Progress</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

toggle (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (6)

6 violations, involving 6 total nodes

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: .jss199
HTML: <button class="jss199 jss193 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="toggle">
Failure Summary: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element has a value attribute and the value attribute is empty Element has no value attribute or the value attribute is empty Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible Element's default semantics were not overridden with role="presentation" Element's default semantics were not overridden with role="none" Element has no title attribute or the title attribute is empty

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (1) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">toggle</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"ToggleIconButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 236 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (1) 
Node #1
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (52) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;ToggleIconButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>color</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #13
Target: span:nth-child(1) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #14
Target: span:nth-child(1) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: span:nth-child(1) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #16
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>size</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #18
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">medium</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #20
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>disabled</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(3) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #22
Target: span:nth-child(3) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #24
Target: span:nth-child(4) > span:nth-child(2)
HTML: <span>invisible</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(4) > span:nth-child(3)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #26
Target: span:nth-child(4) > span:nth-child(3) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #27
Target: span:nth-child(4) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #28
Target: span:nth-child(5) > span:nth-child(2)
HTML: <span>tooltipTitle</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #29
Target: span:nth-child(5) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #30
Target: span:nth-child(5) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #31
Target: span:nth-child(5) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #32
Target: span:nth-child(6) > span:nth-child(2)
HTML: <span>icon</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #33
Target: span:nth-child(6) > span:nth-child(3)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #34
Target: span:nth-child(6) > span:nth-child(3) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #35
Target: span:nth-child(6) > span:nth-child(3) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">thumbup</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #36
Target: span:nth-child(7) > span:nth-child(2)
HTML: <span>active</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #37
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #38
Target: div:nth-child(3) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">star</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #39
Target: div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/ToggleIconButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #40
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #41
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #42
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"ToggleIconButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">active</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: td:nth-child(2) > span
HTML: <span>boolean</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">toggle</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"ToggleIconButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">toggle</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (12) 
Node #1
Target: .jss199
HTML: <button class="jss199 jss193 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="toggle">
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">active</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>boolean</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">yes</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons/IconButtons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss199
HTML: <button class="jss199 jss193 sc-iwsKbI kAOjJT" tabindex="0" type="button" variant="toggle">
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table

Outlined Button (accessibility-check), Chrome 72.0.3626 / Mac OS X 10.13.6

Violations (5)

5 violations, involving 6 total nodes

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (2) 
Node #1
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Outlined Button</h2>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 2.45 (foreground color: #999999, background color: #eeeeee, font size: 16.5pt, font weight: normal). Expected contrast ratio of 4.5:1
Node #2
Target: .jss44
HTML: <span class="jss44 label">Button</span>
Failure Summary: Fix any of the following: Element has insufficient color contrast of 3.93 (foreground color: #0684db, background color: #ffffff, font size: 10.5pt, font weight: normal). Expected contrast ratio of 4.5:1

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (1) 
Node #1
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
Failure Summary: Fix any of the following: Heading order invalid

html-has-langcat.languagewcag2awcag311accessibility-check

Description

Ensures every HTML document has a lang attribute

Help

<html> element must have a lang attribute (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: The <html> element does not have a lang attribute

landmark-one-maincat.semanticsbest-practiceaccessibility-check

Description

Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one

Help

Page must contain one main landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix all of the following: Page must have a main landmark

regioncat.keyboardbest-practiceaccessibility-check

Description

Ensures all content is contained within a landmark region

Help

Content should be contained in a landmark region (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
Failure Summary: Fix any of the following: Content not contained by an ARIA landmark

Passes

15 rules passed, involving 254 total nodes

aria-hidden-bodycat.ariawcag2awcag412accessibility-check

Description

Ensures aria-hidden='true' is not present on the document body.

Help

aria-hidden='true' must not be present on the document body (More info)

Nodes (1) 
Node #1
Target: body
HTML: <body class="sb-show-main">
  • Ensure any of the following:
    • id: aria-hidden-body
    • message: No aria-hidden attribute is present on document body

button-namecat.name-role-valuewcag2awcag412section508section508.22.aaccessibility-check

Description

Ensures buttons have discernible text

Help

Buttons must have discernible text (More info)

Nodes (2) 
Node #1
Target: .jss69
HTML: <button class="jss69 jss43 root jss51 outlineButtonStyle jss52 jss67 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss44 label">Button</span><span class="jss72"></span></button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: button-has-visible-text
    • message: Element has inner text that is visible to screen readers
  • Ensure none of the following:
    • id: focusable-no-name
    • message: Element is not in tab order or has accessible text

color-contrastcat.colorwcag2aawcag143accessibility-check

Description

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Help

Elements must have sufficient color contrast (More info)

Nodes (54) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #2
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #3
Target: pre > div > div > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #4
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(1)
HTML: <span>style</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #5
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #6
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #7
Target: pre > div > div > div:nth-child(1) > span:nth-child(2) > span > span:nth-child(2) > span > span
HTML: <span style="color: rgb(102, 102, 102);">{<span><span style="color: rgb(102, 102, 102);">textAlign</span></span>: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #8
Target: span > span:nth-child(2) > span > span > span:nth-child(1) > span
HTML: <span style="color: rgb(102, 102, 102);">textAlign</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 5.5
Node #9
Target: span:nth-child(2) > span > span > span:nth-child(2)
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">'center'</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #10
Target: pre > div > div > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #11
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;div</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #12
Target: div:nth-child(3) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #13
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(1)
HTML: <span style="color: rgb(68, 68, 68);">&lt;RuiButton</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #14
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1)
HTML: <span>variant</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #15
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2)
HTML: <span>=<span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">outlined</span>"</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #16
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span
HTML: <span>"<span style="color: rgb(34, 34, 170); word-break: break-word;">outlined</span>"</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #17
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(34, 34, 170); word-break: break-word;">outlined</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 10.71
Node #18
Target: div:nth-child(1) > span:nth-child(2) > span:nth-child(2) > span:nth-child(1)
HTML: <span>loading</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #19
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #20
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #21
Target: span:nth-child(2) > span:nth-child(2) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #22
Target: span:nth-child(3) > span:nth-child(1)
HTML: <span>fullWidth</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #23
Target: span:nth-child(3) > span:nth-child(2)
HTML: <span>=<span>{<span style="color: rgb(170, 17, 17);">false</span>}</span></span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #24
Target: span:nth-child(3) > span:nth-child(2) > span
HTML: <span>{<span style="color: rgb(170, 17, 17);">false</span>}</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 20.11
Node #25
Target: span:nth-child(3) > span:nth-child(2) > span > span
HTML: <span style="color: rgb(170, 17, 17);">false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 7.19
Node #26
Target: div:nth-child(2) > div:nth-child(1) > span:nth-child(3)
HTML: <span style="color: rgb(68, 68, 68);">&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #27
Target: div:nth-child(2) > div:nth-child(2) > span
HTML: <span style="color: rgb(68, 68, 68);">Button</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #28
Target: div:nth-child(2) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/RuiButton&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #29
Target: div:nth-child(3) > div:nth-child(3) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #30
Target: div:nth-child(4) > span
HTML: <span style="color: rgb(68, 68, 68);">&lt;/div&gt;</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 9.33
Node #31
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 21
Node #32
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #33
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #34
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #35
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #36
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #37
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #38
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #39
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #40
Target: tr:nth-child(1) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #41
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #42
Target: tr:nth-child(1) > td:nth-child(4) > span
HTML: <span>large</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #43
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #44
Target: tr:nth-child(2) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #45
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #46
Target: tr:nth-child(2) > td:nth-child(4) > span
HTML: <span>primary</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #47
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #48
Target: tr:nth-child(3) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #49
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #50
Target: tr:nth-child(3) > td:nth-child(4) > span
HTML: <span>contained</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #51
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #52
Target: tr:nth-child(4) > td:nth-child(2) > span
HTML: <span>unknown</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #53
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09
Node #54
Target: tr:nth-child(4) > td:nth-child(4) > span
HTML: <span>false</span>
  • Ensure any of the following:
    • id: color-contrast
    • message: Element has sufficient color contrast of 18.09

duplicate-idcat.parsingwcag2awcag411accessibility-check

Description

Ensures every id attribute value is unique

Help

id attribute value must be unique (More info)

Nodes (153) 
Node #1
Target: #icon-speaker-mute
HTML: <symbol id="icon-speaker-mute" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #2
Target: #icon-speaker
HTML: <symbol id="icon-speaker" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #3
Target: #icon-pause
HTML: <symbol id="icon-pause" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #4
Target: #icon-play
HTML: <symbol id="icon-play" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #5
Target: #icon-transcription
HTML: <symbol id="icon-transcription" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #6
Target: #icon-sms
HTML: <symbol id="icon-sms" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #7
Target: #icon-read
HTML: <symbol id="icon-read" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #8
Target: #icon-unread
HTML: <symbol id="icon-unread" viewBox="0 0 32 32"> <title>unread</title> <path d="M24.593 3.2h-16.63c-0.861 0-1.563 0.719-1.563 1.603v23.589c0 0.545 3.557 0.545 3.557 0v-10.763h14.632c0.864 0 1.563-0.719 1.563-1.603l-4.007-5.423 4.009-5.799c0.001-0.885-0.698-1.604-1.562-1.604z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #9
Target: #icon-blocked
HTML: <symbol id="icon-blocked" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #10
Target: #icon-chat_bubble
HTML: <symbol id="icon-chat_bubble" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #11
Target: #icon-external_link
HTML: <symbol id="icon-external_link" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #12
Target: #icon-share
HTML: <symbol id="icon-share" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #13
Target: #icon-arrow_right
HTML: <symbol id="icon-arrow_right" viewBox="0 0 32 32"> <title>arrow_right</title> <path d="M13.333 22.667l6.667-6.667-6.667-6.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #14
Target: #icon-dial
HTML: <symbol id="icon-dial" viewBox="0 0 32 32"> <title>dial</title> <path d="M22.212 17.976h-10.77l4.726-4.726-1.862-1.862-7.906 7.906 7.906 7.906 1.862-1.862-4.726-4.726h12.087c0.728 0 1.318-0.59 1.318-1.318v-13.176c0-0.728-0.59-1.318-1.318-1.318s-1.318 0.59-1.318 1.318v11.859z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #15
Target: #icon-dialer
HTML: <symbol id="icon-dialer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #16
Target: #icon-deletenumber
HTML: <symbol id="icon-deletenumber" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #17
Target: #icon-send
HTML: <symbol id="icon-send" viewBox="0 0 32 32"> <title>send</title> <path d="M0.014 30l30.319-13-30.319-13-0.014 10.111 21.667 2.889-21.667 2.889z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #18
Target: #icon-emoji
HTML: <symbol id="icon-emoji" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #19
Target: #icon-voicemail
HTML: <symbol id="icon-voicemail" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #20
Target: #icon-answer
HTML: <symbol id="icon-answer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #21
Target: #icon-unpin
HTML: <symbol id="icon-unpin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #22
Target: #icon-0
HTML: <symbol id="icon-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #23
Target: #icon-1
HTML: <symbol id="icon-1" viewBox="0 0 32 32"> <title>1</title> <path d="M16.5 16.5h-1.194v-7.379l-1.806 0.023v-0.829l3-0.315z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #24
Target: #icon-2
HTML: <symbol id="icon-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #25
Target: #icon-3
HTML: <symbol id="icon-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #26
Target: #icon-4
HTML: <symbol id="icon-4" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #27
Target: #icon-5
HTML: <symbol id="icon-5" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #28
Target: #icon-6
HTML: <symbol id="icon-6" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #29
Target: #icon-7
HTML: <symbol id="icon-7" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #30
Target: #icon-8
HTML: <symbol id="icon-8" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #31
Target: #icon-9
HTML: <symbol id="icon-9" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #32
Target: #icon-hash
HTML: <symbol id="icon-hash" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #33
Target: #icon-asterisk
HTML: <symbol id="icon-asterisk" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #34
Target: #icon-history
HTML: <symbol id="icon-history" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #35
Target: #icon-stop-record
HTML: <symbol id="icon-stop-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #36
Target: #icon-bell
HTML: <symbol id="icon-bell" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #37
Target: #icon-paste
HTML: <symbol id="icon-paste" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #38
Target: #icon-mic-off
HTML: <symbol id="icon-mic-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #39
Target: #icon-dashboard_border
HTML: <symbol id="icon-dashboard_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #40
Target: #icon-reset-zoom
HTML: <symbol id="icon-reset-zoom" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #41
Target: #icon-task-new
HTML: <symbol id="icon-task-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #42
Target: #icon-task-new_border
HTML: <symbol id="icon-task-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #43
Target: #icon-file_border
HTML: <symbol id="icon-file_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #44
Target: #icon-file
HTML: <symbol id="icon-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #45
Target: #icon-note-new_border
HTML: <symbol id="icon-note-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #46
Target: #icon-note-new
HTML: <symbol id="icon-note-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #47
Target: #icon-event-new_border
HTML: <symbol id="icon-event-new_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #48
Target: #icon-event-new
HTML: <symbol id="icon-event-new" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #49
Target: #icon-call-add
HTML: <symbol id="icon-call-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #50
Target: #icon-call-more
HTML: <symbol id="icon-call-more" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #51
Target: #icon-hand-up
HTML: <symbol id="icon-hand-up" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #52
Target: #icon-hold
HTML: <symbol id="icon-hold" viewBox="0 0 32 32"> <title>hold</title> <path d="M10 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2zM22 5v0c1.105 0 2 0.895 2 2v18c0 1.105-0.895 2-2 2v0c-1.105 0-2-0.895-2-2v-18c0-1.105 0.895-2 2-2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #53
Target: #icon-keypad
HTML: <symbol id="icon-keypad" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #54
Target: #icon-tear-off
HTML: <symbol id="icon-tear-off" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #55
Target: #icon-minimize
HTML: <symbol id="icon-minimize" viewBox="0 0 32 32"> <title>minimize</title> <path d="M5.333 18v-4h21.333v4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #56
Target: #icon-record
HTML: <symbol id="icon-record" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #57
Target: #icon-signal-0
HTML: <symbol id="icon-signal-0" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #58
Target: #icon-signal-1
HTML: <symbol id="icon-signal-1" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #59
Target: #icon-signal-2
HTML: <symbol id="icon-signal-2" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #60
Target: #icon-signal-3
HTML: <symbol id="icon-signal-3" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #61
Target: #icon-mic
HTML: <symbol id="icon-mic" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #62
Target: #icon-forward
HTML: <symbol id="icon-forward" viewBox="0 0 32 32"> <title>forward</title> <path d="M16 5.333l-1.884 1.884 7.449 7.449h-16.231v2.667h16.231l-7.449 7.449 1.884 1.884 10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #63
Target: #icon-previous
HTML: <symbol id="icon-previous" viewBox="0 0 32 32"> <title>previous</title> <path d="M16 5.333l1.884 1.884-7.449 7.449h16.231v2.667h-16.231l7.449 7.449-1.884 1.884-10.667-10.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #64
Target: #icon-zoom-out
HTML: <symbol id="icon-zoom-out" viewBox="0 0 32 32"> <title>zoom-out</title> <path d="M28.8 17.6h-25.6v-3.2h25.6z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #65
Target: #icon-zoom-in
HTML: <symbol id="icon-zoom-in" viewBox="0 0 32 32"> <title>zoom-in</title> <path d="M17.6 17.6v11.2h-3.2v-11.2h-11.2v-3.2h11.2v-11.2h3.2v11.2h11.2v3.2h-11.2z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #66
Target: #icon-info
HTML: <symbol id="icon-info" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #67
Target: #icon-default-avatar
HTML: <symbol id="icon-default-avatar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #68
Target: #icon-pin
HTML: <symbol id="icon-pin" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #69
Target: #icon-default-integration
HTML: <symbol id="icon-default-integration" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #70
Target: #icon-repeat
HTML: <symbol id="icon-repeat" viewBox="0 0 32 32"> <title>repeat</title> <path d="M10.37 10h12.593v3.6l5.037-4.8-5.037-4.8v3.6h-15.111v7.2h2.519v-4.8zM22.963 22h-12.593v-3.6l-5.037 4.8 5.037 4.8v-3.6h15.111v-7.2h-2.519v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #71
Target: #icon-add-member
HTML: <symbol id="icon-add-member" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #72
Target: #icon-add-team
HTML: <symbol id="icon-add-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #73
Target: #icon-conference
HTML: <symbol id="icon-conference" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #74
Target: #icon-code-snippet
HTML: <symbol id="icon-code-snippet" viewBox="0 0 32 32"> <title>code-snippet</title> <path d="M18.667 22.133l5.802-6.133-5.802-6.133 1.766-1.867 7.568 8-7.568 8-1.766-1.867zM13.333 22.133l-1.766 1.867-7.568-8 7.568-8 1.766 1.867-5.802 6.133 5.802 6.133z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #75
Target: #icon-webpage
HTML: <symbol id="icon-webpage" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #76
Target: #icon-location
HTML: <symbol id="icon-location" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #77
Target: #icon-delete_circle
HTML: <symbol id="icon-delete_circle" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #78
Target: #icon-draft
HTML: <symbol id="icon-draft" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #79
Target: #icon-edit
HTML: <symbol id="icon-edit" viewBox="0 0 32 32"> <title>edit</title> <path d="M5.333 22.223v4.444h4.444l13.106-13.106-4.444-4.444-13.106 13.106zM26.32 10.124c0.462-0.462 0.462-1.209 0-1.671l-2.773-2.773c-0.462-0.462-1.209-0.462-1.671 0l-2.169 2.169 4.444 4.444 2.169-2.169z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #80
Target: #icon-mention
HTML: <symbol id="icon-mention" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #81
Target: #icon-quote
HTML: <symbol id="icon-quote" viewBox="0 0 32 32"> <title>quote</title> <path d="M25.6 4h-19.2c-1.32 0-2.388 1.080-2.388 2.4l-0.012 21.6 4.8-4.8h16.8c1.32 0 2.4-1.080 2.4-2.4v-14.4c0-1.32-1.080-2.4-2.4-2.4zM17.2 18.4h-2.4v-2.4h2.4v2.4zM17.2 13.6h-2.4v-4.8h2.4v4.8z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #82
Target: #icon-email
HTML: <symbol id="icon-email" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #83
Target: #icon-work
HTML: <symbol id="icon-work" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #84
Target: #icon-dashboard
HTML: <symbol id="icon-dashboard" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #85
Target: #icon-arrow_up
HTML: <symbol id="icon-arrow_up" viewBox="0 0 32 32"> <title>arrow_up</title> <path d="M16 11.333l-8 7.557 1.88 1.776 6.12-5.769 6.12 5.769 1.88-1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #86
Target: #icon-arrow_down
HTML: <symbol id="icon-arrow_down" viewBox="0 0 32 32"> <title>arrow_down</title> <path d="M16 20.667l-8-7.557 1.88-1.776 6.12 5.769 6.12-5.769 1.88 1.776z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #87
Target: #icon-chat
HTML: <symbol id="icon-chat" viewBox="0 0 32 32"> <title>chat</title> <path d="M25.6 5.333h-19.2c-1.32 0-2.4 1.080-2.4 2.4v20.267l5.333-5.333h16c1.587 0.016 2.667-1.064 2.667-2.667v-12.267c0-1.32-1.080-2.4-2.4-2.4z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #88
Target: #icon-people
HTML: <symbol id="icon-people" viewBox="0 0 32 32"> <title>people</title> <path d="M16 3c-3.591 0-6.5 2.909-6.5 6.5s2.909 6.5 6.5 6.5c3.591 0 6.5-2.909 6.5-6.5s-2.909-6.5-6.5-6.5zM16 17.625c-4.339 0-13 2.178-13 6.5v4.875h26v-4.875c0-4.322-8.661-6.5-13-6.5z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #89
Target: #icon-team
HTML: <symbol id="icon-team" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #90
Target: #icon-doc
HTML: <symbol id="icon-doc" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #91
Target: #icon-excel
HTML: <symbol id="icon-excel" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #92
Target: #icon-pdf
HTML: <symbol id="icon-pdf" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #93
Target: #icon-ppt
HTML: <symbol id="icon-ppt" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #94
Target: #icon-default-file
HTML: <symbol id="icon-default-file" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #95
Target: #icon-default-music
HTML: <symbol id="icon-default-music" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #96
Target: #icon-default-video
HTML: <symbol id="icon-default-video" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #97
Target: #icon-zip
HTML: <symbol id="icon-zip" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #98
Target: #icon-image-preview
HTML: <symbol id="icon-image-preview" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #99
Target: #icon-image-broken
HTML: <symbol id="icon-image-broken" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #100
Target: #icon-star
HTML: <symbol id="icon-star" viewBox="0 0 32 32"> <title>star</title> <path d="M32 12.432l-11.504-0.979-4.496-10.453-4.496 10.468-11.504 0.963 8.736 7.468-2.624 11.1 9.888-5.889 9.888 5.889-2.608-11.1z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #101
Target: #icon-star_border
HTML: <symbol id="icon-star_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #102
Target: #icon-unlock
HTML: <symbol id="icon-unlock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #103
Target: #icon-lock
HTML: <symbol id="icon-lock" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #104
Target: #icon-bookmark
HTML: <symbol id="icon-bookmark" viewBox="0 0 32 32"> <title>bookmark</title> <path d="M23.143 5h-14.286c-1.571 0-2.857 1.305-2.857 2.901v19.099l10-6.404 10 6.404v-19.099c0-1.595-1.286-2.901-2.857-2.901z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #105
Target: #icon-bookmark_border
HTML: <symbol id="icon-bookmark_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #106
Target: #icon-thumbup
HTML: <symbol id="icon-thumbup" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #107
Target: #icon-thumbup_border
HTML: <symbol id="icon-thumbup_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #108
Target: #icon-more_vert
HTML: <symbol id="icon-more_vert" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #109
Target: #icon-more_horiz
HTML: <symbol id="icon-more_horiz" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #110
Target: #icon-delete
HTML: <symbol id="icon-delete" viewBox="0 0 32 32"> <title>delete</title> <path d="M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-16h-16v16zM25.333 5.333h-4.667l-1.333-1.333h-6.667l-1.333 1.333h-4.667v2.667h18.667v-2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #111
Target: #icon-videocam_border
HTML: <symbol id="icon-videocam_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #112
Target: #icon-videocam
HTML: <symbol id="icon-videocam" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #113
Target: #icon-bubble_lines
HTML: <symbol id="icon-bubble_lines" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #114
Target: #icon-bubble_lines_border
HTML: <symbol id="icon-bubble_lines_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #115
Target: #icon-comment
HTML: <symbol id="icon-comment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #116
Target: #icon-settings_border
HTML: <symbol id="icon-settings_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #117
Target: #icon-settings
HTML: <symbol id="icon-settings" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #118
Target: #icon-attachment
HTML: <symbol id="icon-attachment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #119
Target: #icon-computer
HTML: <symbol id="icon-computer" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #120
Target: #icon-download
HTML: <symbol id="icon-download" viewBox="0 0 32 32"> <title>download</title> <path d="M25.333 13.333h-5.333v-8h-8v8h-5.333l9.333 9.333 9.333-9.333zM6.667 25.333v2.667h18.667v-2.667h-18.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #121
Target: #icon-refresh
HTML: <symbol id="icon-refresh" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #122
Target: #icon-close
HTML: <symbol id="icon-close" viewBox="0 0 32 32"> <title>close</title> <path d="M25.333 8.547l-1.88-1.88-7.453 7.453-7.453-7.453-1.88 1.88 7.453 7.453-7.453 7.453 1.88 1.88 7.453-7.453 7.453 7.453 1.88-1.88-7.453-7.453z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #123
Target: #icon-unfold_less
HTML: <symbol id="icon-unfold_less" viewBox="0 0 32 32"> <title>unfold_less</title> <path d="M9.333 24.787l1.893 1.88 4.227-4.227 4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12zM21.573 7.213l-1.893-1.88-4.227 4.227-4.227-4.227-1.893 1.88 6.12 6.12 6.12-6.12z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #124
Target: #icon-unfold_more
HTML: <symbol id="icon-unfold_more" viewBox="0 0 32 32"> <title>unfold_more</title> <path d="M15.453 7.773l4.227 4.227 1.88-1.88-6.107-6.12-6.12 6.12 1.893 1.88 4.227-4.227zM15.453 24.227l-4.227-4.227-1.88 1.88 6.107 6.12 6.12-6.12-1.893-1.88-4.227 4.227z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #125
Target: #icon-chevron_left
HTML: <symbol id="icon-chevron_left" viewBox="0 0 32 32"> <title>chevron_left</title> <path d="M23.088 5.489l-2.301-2.288-12.787 12.8 12.8 12.8 2.288-2.288-10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #126
Target: #icon-chevron_right
HTML: <symbol id="icon-chevron_right" viewBox="0 0 32 32"> <title>chevron_right</title> <path d="M8 5.489l2.301-2.288 12.787 12.8-12.8 12.8-2.288-2.288 10.511-10.512z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #127
Target: #icon-double-chevron_right
HTML: <symbol id="icon-double-chevron_right" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #128
Target: #icon-double-chevron_left
HTML: <symbol id="icon-double-chevron_left" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #129
Target: #icon-bulleted
HTML: <symbol id="icon-bulleted" viewBox="0 0 32 32"> <title>bulleted</title> <path d="M2.667 17.333h26.667v-2.667h-26.667v2.667zM2.667 25.333h26.667v-2.667h-26.667v2.667zM2.667 6.667v2.667h26.667v-2.667h-26.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #130
Target: #icon-note
HTML: <symbol id="icon-note" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #131
Target: #icon-event
HTML: <symbol id="icon-event" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #132
Target: #icon-copy
HTML: <symbol id="icon-copy" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #133
Target: #icon-inbox
HTML: <symbol id="icon-inbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #134
Target: #icon-phone_border
HTML: <symbol id="icon-phone_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #135
Target: #icon-phone
HTML: <symbol id="icon-phone" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #136
Target: #icon-search
HTML: <symbol id="icon-search" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #137
Target: #icon-remove
HTML: <symbol id="icon-remove" viewBox="0 0 32 32"> <title>remove</title> <path d="M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM22.667 17.333h-13.333v-2.667h13.333v2.667z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #138
Target: #icon-add
HTML: <symbol id="icon-add" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #139
Target: #icon-calendar
HTML: <symbol id="icon-calendar" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #140
Target: #icon-assignment
HTML: <symbol id="icon-assignment" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #141
Target: #icon-contacts
HTML: <symbol id="icon-contacts" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #142
Target: #icon-contacts_border
HTML: <symbol id="icon-contacts_border" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #143
Target: #icon-task_incomplete
HTML: <symbol id="icon-task_incomplete" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #144
Target: #icon-task
HTML: <symbol id="icon-task" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #145
Target: #icon-evernote
HTML: <symbol id="icon-evernote" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #146
Target: #icon-google
HTML: <symbol id="icon-google" viewBox="0 0 32 32"> <title>google</title> <path d="M10.691 5.894l-8.025 14.527 4.197 7.579 8.148-14.527-4.321-7.579zM13.161 20.421l-4.197 7.579h16.173l4.197-7.579h-16.173zM28.716 19.158l-8.518-15.158h-8.395l8.518 15.158h8.395z"></path> </symbol>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #147
Target: #icon-onedrive
HTML: <symbol id="icon-onedrive" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #148
Target: #icon-dropbox
HTML: <symbol id="icon-dropbox" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #149
Target: #icon-box
HTML: <symbol id="icon-box" viewBox="0 0 32 32">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #150
Target: #error-message
HTML: <div id="error-message" class="sb-heading"></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #151
Target: #error-stack
HTML: <code id="error-stack"></code>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #152
Target: #root
HTML: <div id="root">
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute
Node #153
Target: #story-root
HTML: <div id="story-root"><div style="text-align: center;"> <div><button class="jss69 jss43 root jss51 outlineButtonStyle jss52 jss67 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss44 label">Button</span><span class="jss72"></span></button></div></div></div>
  • Ensure any of the following:
    • id: duplicate-id
    • message: Document has no elements that share the same id attribute

empty-headingcat.name-role-valuebest-practiceaccessibility-check

Description

Ensures headings have discernible text

Help

Headings must not be empty (More info)

Nodes (5) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Outlined Button</h2>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers
Node #5
Target: h3
HTML: <h3 style="margin: 20px 0px 0px;">"RuiButton" Component</h3>
  • Ensure any of the following:
    • id: has-visible-text
    • message: Element has text that is visible to screen readers

heading-ordercat.semanticsbest-practiceaccessibility-check

Description

Ensures the order of headings is semantically correct

Help

Heading levels should only increase by one (More info)

Nodes (4) 
Node #1
Target: div:nth-child(1) > div > div > h1
HTML: <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #2
Target: h2
HTML: <h2 style="margin: 0px 0px 10px; padding: 0px; font-weight: 400; font-size: 22px; display: inline; color: rgb(153, 153, 153);">Outlined Button</h2>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #3
Target: div:nth-child(3) > div > div:nth-child(1) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid
Node #4
Target: div:nth-child(2) > h1
HTML: <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
  • Ensure any of the following:
    • id: heading-order
    • message: Heading order valid

image-redundant-altcat.text-alternativesbest-practiceaccessibility-check

Description

Ensure button and link text is not repeated as image alternative

Help

Text of buttons and links should not be repeated in the image alternative (More info)

Nodes (27) 
Node #1
Target: .jss69
HTML: <button class="jss69 jss43 root jss51 outlineButtonStyle jss52 jss67 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss44 label">Button</span><span class="jss72"></span></button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #2
Target: pre > button
HTML: <button type="button" style="background-color: rgb(255, 255, 255); cursor: pointer; font-size: 13px; align-self: flex-start; flex-shrink: 0; overflow: hidden; border: 1px solid rgb(238, 238, 238); border-radius: 3px; padding: 3px 10px;">Copy</button>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #3
Target: th:nth-child(1)
HTML: <th style="text-align: left; vertical-align: top;">property</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #4
Target: th:nth-child(2)
HTML: <th style="text-align: left; vertical-align: top;">propType</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #5
Target: th:nth-child(3)
HTML: <th style="text-align: left; vertical-align: top;">required</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #6
Target: th:nth-child(4)
HTML: <th style="text-align: left; vertical-align: top;">default</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #7
Target: th:nth-child(5)
HTML: <th style="text-align: left; vertical-align: top;">description</th>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #8
Target: tr:nth-child(1) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">size</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #9
Target: tr:nth-child(1) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #10
Target: tr:nth-child(1) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #11
Target: tr:nth-child(1) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>large</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #12
Target: tr:nth-child(1) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #13
Target: tr:nth-child(2) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">color</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #14
Target: tr:nth-child(2) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #15
Target: tr:nth-child(2) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #16
Target: tr:nth-child(2) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>primary</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #17
Target: tr:nth-child(2) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #18
Target: tr:nth-child(3) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">variant</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #19
Target: tr:nth-child(3) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #20
Target: tr:nth-child(3) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #21
Target: tr:nth-child(3) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>contained</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #22
Target: tr:nth-child(3) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #23
Target: tr:nth-child(4) > td:nth-child(1)
HTML: <td style="padding-right: 10px; vertical-align: top;">disabled</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #24
Target: tr:nth-child(4) > td:nth-child(2)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>unknown</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #25
Target: tr:nth-child(4) > td:nth-child(3)
HTML: <td style="padding-right: 10px; vertical-align: top;">-</td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #26
Target: tr:nth-child(4) > td:nth-child(4)
HTML: <td style="padding-right: 10px; vertical-align: top;"><span>false</span></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text
Node #27
Target: tr:nth-child(4) > td:nth-child(5)
HTML: <td style="padding-right: 10px; vertical-align: top;"></td>
  • Ensure none of the following:
    • id: duplicate-img-label
    • message: Element does not duplicate existing text in <img> alt text

landmark-no-duplicate-bannercat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one banner landmark

Help

Document contain at most one banner landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-banner
    • message: Document has no more than one banner landmark

landmark-no-duplicate-contentinfocat.semanticsbest-practiceaccessibility-check

Description

Ensures the document has no more than one contentinfo landmark

Help

Document contain at most one contentinfo landmark (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure any of the following:
    • id: page-no-duplicate-contentinfo
    • message: Document has no more than one contentinfo landmark

meta-viewport-largecat.sensory-and-visual-cuesbest-practiceaccessibility-check

Description

Ensures <meta name="viewport"> can scale a significant amount

Help

Users should be able to zoom and scale the text up to 500% (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport-large
    • message: <meta> tag does not prevent significant zooming on mobile devices

meta-viewportcat.sensory-and-visual-cueswcag2aawcag144accessibility-check

Description

Ensures <meta name="viewport"> does not disable text scaling and zooming

Help

Zooming and scaling must not be disabled (More info)

Nodes (1) 
Node #1
Target: meta[name="viewport"]
HTML: <meta name="viewport" content="width=device-width,initial-scale=1">
  • Ensure any of the following:
    • id: meta-viewport
    • message: <meta> tag does not disable zooming on mobile devices

page-has-heading-onecat.semanticsbest-practiceaccessibility-check

Description

Ensure that the page, or at least one of its frames contains a level-one heading

Help

Page must contain a level-one heading (More info)

Nodes (1) 
Node #1
Target: html
HTML: <html>
  • Ensure all of the following:
    • id: page-has-heading-one
    • message: Page has at least one level-one heading
    • related nodes:
      • <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
      • .sb-nopreview_heading
      • <h1 style="margin: 0px 20px 0px 0px; padding: 0px; font-size: 25px; display: inline;">Buttons</h1>
      • div:nth-child(1) > div > div > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Story Source</h1>
      • div:nth-child(3) > div > div:nth-child(1) > h1
      • <h1 style="margin: 20px 0px 0px; padding: 0px 0px 5px; font-size: 25px; border-bottom: 1px solid rgb(238, 238, 238);">Prop Types</h1>
      • div:nth-child(2) > h1

tabindexcat.keyboardbest-practiceaccessibility-check

Description

Ensures tabindex attribute values are not greater than 0

Help

Elements should not have tabindex greater than zero (More info)

Nodes (1) 
Node #1
Target: .jss69
HTML: <button class="jss69 jss43 root jss51 outlineButtonStyle jss52 jss67 sc-EHOje kgoQCF" tabindex="0" type="button"><span class="jss44 label">Button</span><span class="jss72"></span></button>
  • Ensure any of the following:
    • id: tabindex
    • message: Element does not have a tabindex greater than 0

table-duplicate-namecat.tablesbest-practiceaccessibility-check

Description

Ensure that tables do not have the same summary and caption

Help

The <caption> element should not contain the same text as the summary attribute (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure none of the following:
    • id: same-caption-summary
    • message: Content of summary attribute and <caption> are not duplicated

td-headers-attrcat.tableswcag2awcag131section508section508.22.gaccessibility-check

Description

Ensure that each cell in a table using the headers refers to another cell in that table

Help

All cells in a table element that use the headers attribute must only refer to other cells of that same table (More info)

Nodes (1) 
Node #1
Target: table
HTML: <table>
  • Ensure all of the following:
    • id: td-headers-attr
    • message: The headers attribute is exclusively used to refer to other cells in the table